10 lines
129 B
Python
10 lines
129 B
Python
from src.logic import userInterface
|
|
|
|
|
|
|
|
if __name__ == '__main__':
|
|
userInterface.launch_gui()
|
|
|
|
|
|
|
|
# display_graph() |