starting work on UI
This commit is contained in:
7
src/main.py
Normal file
7
src/main.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from ui.app import AppUI
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
# start the ui
|
||||
app = AppUI()
|
||||
app.run()
|
||||
Reference in New Issue
Block a user