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