syng/typings/qasync.pyi

5 lines
112 B
Python
Raw Normal View History

2024-10-10 17:23:14 +02:00
from asyncio import AbstractEventLoop
class QApplication:
def __init__(self, argv: list[str]) -> None: ...