7 lines
117 B
Python
7 lines
117 B
Python
|
|
__all__ = ["komgAPI"]
|
|
|
|
from .komgapi import KOMGAPI_REST as komgapi
|
|
from .endpoints import *
|
|
from .schemas import *
|