mirror of
https://github.com/jopohl/urh.git
synced 2026-03-05 16:04:01 +01:00
5 lines
82 B
Python
5 lines
82 B
Python
from PyQt5.QtWidgets import QApplication
|
|
import sys
|
|
|
|
app = QApplication(sys.argv)
|