base structure

This commit is contained in:
IluaAir
2026-02-14 01:07:26 +03:00
parent 71fcd83740
commit 8e85086d98
8 changed files with 257 additions and 0 deletions

6
oxi/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
from .core import OxiAPI
__all__ = [
"OxiAPI",
]