add files

This commit is contained in:
2025-12-06 08:36:48 +01:00
parent d85576d949
commit fc9ded68b3
11 changed files with 1650 additions and 4 deletions

View File

@@ -1,2 +1,5 @@
def hello() -> str:
return "Hello from comicvineapi!"
__version__ = "0.1.5"
__all__ = ["ComicVineAPI", "Cache"]
from .api import ComicVineAPI
from .cache import Cache
from .schemas.api_classes import *