Android: initial working version

This commit is contained in:
Berserker
2026-03-26 07:58:11 +01:00
parent fb45a2f87e
commit 07e6be7c93
15 changed files with 87 additions and 24 deletions
+4
View File
@@ -0,0 +1,4 @@
import Launcher
if __name__ == "__main__":
Launcher.run()