syng/typings/qasync.pyi
2024-11-18 17:00:42 +01:00

4 lines
112 B
Python

from asyncio import AbstractEventLoop
class QApplication:
def __init__(self, argv: list[str]) -> None: ...