File: main.py

package info (click to toggle)
openmotor 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,812 kB
  • sloc: python: 5,439; sh: 28; makefile: 23
file content (7 lines) | stat: -rw-r--r-- 103 bytes parent folder | download | duplicates (2)
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())