initial commit
This commit is contained in:
6
src/komgapi/__init__.py
Normal file
6
src/komgapi/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
__version__ = "0.5.2"
|
||||
__all__ = ["komgAPI"]
|
||||
|
||||
from .komgapi import KOMGAPI_REST as komgapi
|
||||
from .endpoints import *
|
||||
from .schemas import *
|
||||
Reference in New Issue
Block a user