5 lines
76 B
Python
5 lines
76 B
Python
from PySide6.QtCore import QObject
|
|
|
|
|
|
class RocketLauncher(QObject):
|
|
pass |