added pucks and samples

This commit is contained in:
GotthardG
2024-11-04 11:34:14 +01:00
parent a9b8925be8
commit 23e7ebb819
17 changed files with 378 additions and 112 deletions

View File

@ -1,7 +1,9 @@
from app.database import init_db
def initialize_database():
init_db()
if __name__ == "__main__":
initialize_database()
initialize_database()