Add CoreFoundationEventLoop directly to avoid pulling in ALL of PyObjC
This commit is contained in:
parent
dae3e49783
commit
da90e64dac
4 changed files with 190 additions and 0 deletions
3
src/corefoundationasyncio/__init__.py
Normal file
3
src/corefoundationasyncio/__init__.py
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
from .eventloop import CoreFoundationEventLoop
|
||||
|
||||
__all__ = ('CoreFoundationEventLoop',)
|
||||
Loading…
Add table
Add a link
Reference in a new issue