login and registration screen

This commit is contained in:
2026-01-06 22:56:13 +01:00
parent 210cc5db26
commit e316001fa7
18 changed files with 592 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
from justgetit.app import main
if __name__ == "__main__":
main().main_loop()