first commit

This commit is contained in:
N0\A
2025-10-21 14:18:26 +02:00
commit 1bf3a11208
10 changed files with 202 additions and 0 deletions

2
main.py Normal file
View File

@@ -0,0 +1,2 @@
from ui import gui
gui.main()