main.py 51 B

12345
  1. from frame.app import App
  2. app = App()
  3. app.exec()