This commit is contained in:
fram3d
2023-04-03 11:16:15 +02:00
commit 35abb85365
8 changed files with 451 additions and 0 deletions
Executable
+4
View File
@@ -0,0 +1,4 @@
from luser import app
if __name__ == '__main__':
app.run(debug=False)