5 lines
64 B
Python
5 lines
64 B
Python
from gui import Gui
|
|
|
|
|
|
if __name__ == "__main__":
|
|
gui = Gui() |