First look

This commit is contained in:
florianuhlig
2025-10-02 23:36:57 +02:00
parent 8c8856fc07
commit 4f663eb8a5
8 changed files with 75 additions and 3 deletions

5
sqlLite/__init__.py Normal file
View File

@@ -0,0 +1,5 @@
db_name = "databases/test.db"
def set_db_name(name):
global db_name
db_name = name