add files from folder merger

This commit is contained in:
2025-05-12 09:05:09 +02:00
parent 5ac3509548
commit d71de1bd1a
98 changed files with 14070 additions and 241 deletions

5
test/test_database.py Normal file
View File

@@ -0,0 +1,5 @@
from src.backend.database import Database
db = Database("semap.db")
# print(db.query_db("SELECT * FROM subjects WHERE id=1"))