initial commit

This commit is contained in:
2025-04-24 18:40:03 +02:00
commit 88cc93fd50
19 changed files with 529 additions and 0 deletions

8
tests/conftest.py Normal file
View File

@@ -0,0 +1,8 @@
import pytest
from anilistapi import AnilistAPI
@pytest.fixture
def api():
return AnilistAPI()