chore: restructured project, updated readme

This commit is contained in:
2025-10-29 09:31:40 +01:00
parent a4460ec17b
commit ee62c65ae7
70 changed files with 8518 additions and 100 deletions

View File

@@ -1,7 +1,7 @@
import sqlite3 as sql
from pathlib import Path
from src.backend.database import Database
from src.database import Database
p = Path("devtests_test_migrations.db")
if p.exists():