initial gui

This commit is contained in:
andrei-mihnea-cerbu
2024-01-13 00:21:19 +02:00
parent e56b3a5340
commit 2a9860ebfa
10 changed files with 175 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
from .main import MainApplication
app = MainApplication()