Run on boot

This commit is contained in:
mg
2024-05-16 16:21:50 +01:00
parent 792a84782d
commit 3b2e3a830f
2 changed files with 4 additions and 4 deletions
+4
View File
@@ -0,0 +1,4 @@
from app import App
app = App()
app.run()