4 lines
112 B
Python
4 lines
112 B
Python
from asyncio import AbstractEventLoop
|
|
|
|
class QApplication:
|
|
def __init__(self, argv: list[str]) -> None: ...
|