Add userInterface import and launch_gui() call in __main__.py***
***Remove display_graph() function and unused imports in main.py
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from src.logic import userInterface
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
userInterface.launch_gui()
|
||||
|
||||
Reference in New Issue
Block a user