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