initial commit

This commit is contained in:
2025-02-17 20:28:17 +01:00
commit e685c7b930
53 changed files with 3285 additions and 0 deletions

6
src/komgapi/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
__version__ = "0.5.2"
__all__ = ["komgAPI"]
from .komgapi import KOMGAPI_REST as komgapi
from .endpoints import *
from .schemas import *