SyncTk/main.py
2023-01-22 00:22:08 +01:00

7 lines
100 B
Python

from classes.app import App
if __name__ == "__main__":
app = App()
app.mainloop()