4 lines
70 B
Python
4 lines
70 B
Python
from src.gui import GUI
|
|
|
|
if __name__ == "__main__":
|
|
GUI().start()
|