Files
oxipy/oxi/__init__.py
2026-02-14 01:07:26 +03:00

7 lines
55 B
Python

from .core import OxiAPI
__all__ = [
"OxiAPI",
]