5 lines
149 B
Python
5 lines
149 B
Python
|
import asyncio
|
||
|
|
||
|
class CoreFoundationEventLoop(asyncio.SelectorEventLoop):
|
||
|
def __init__(self, console_app: bool = ..., *eventloop_args) -> None: ...
|