Started with db development

This commit is contained in:
Jonas Linter
2025-09-27 17:35:05 +02:00
parent 7b539ea42f
commit ff00edf35d
8 changed files with 136 additions and 27 deletions

View File

@@ -2,4 +2,5 @@
from .main import main
if __name__ == "__main__":
print("running test main")
main()