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