Files
komgAPI/src/komgapi/__init__.py

7 lines
117 B
Python

__all__ = ["komgAPI"]
from .komgapi import KOMGAPI_REST as komgapi
from .endpoints import *
from .schemas import *