1
0
Fork 0
tractor/tractor/trionics/__init__.py

11 lines
128 B
Python

'''
Sugary patterns for trio + tractor designs.
'''
from ._mngrs import async_enter_all
__all__ = [
'async_enter_all',
]