File: main.py

package info (click to toggle)
openmotor 0.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,264 kB
  • sloc: python: 5,273; sh: 28; makefile: 21
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
7
import sys
from .app import App
from PyQt6.QtCore import Qt

app = App(sys.argv)
sys.exit(app.exec())