chore: restructured project, updated readme
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user