This commit is contained in:
2023-04-03 11:16:15 +02:00
commit 35abb85365
8 changed files with 451 additions and 0 deletions

4
run.py Executable file
View File

@@ -0,0 +1,4 @@
from luser import app
if __name__ == '__main__':
app.run(debug=False)