structio/structio/core/managers/io/__init__.py

5 lines
48 B
Python

from . import simple
__all__ = [
"simple"
]