7 lines
100 B
Python
7 lines
100 B
Python
from classes.app import App
|
|
|
|
if __name__ == "__main__":
|
|
|
|
app = App()
|
|
|
|
app.mainloop() |