1
0

Main.py 94 B

1234567
  1. from services.GUI import App
  2. if __name__ == "__main__":
  3. app = App()
  4. app.mainloop()