move all Databases into the database folder to not have storeage and Database when they are all Databases

This commit is contained in:
2026-04-06 16:24:28 +02:00
parent c4238d19e8
commit 01343472df
6 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import json, time, os
from quart import Blueprint, request, jsonify
from quart_common.web.logger import await_log
from server.storage import StorageLoader
from server.database import StorageLoader
from server.GameBoard import GameBoard
if TYPE_CHECKING: