feat: anilist to stay in libs

This commit is contained in:
Benexl
2025-07-06 12:34:29 +03:00
parent ec78c81381
commit 5a50e79216
2 changed files with 2 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
from .libs.anilist.api import AniListApi
AniList = AniListApi()

View File

@@ -1,3 +1,5 @@
"""
his module contains an abstraction for interaction with the anilist api making it easy and efficient
"""
from .api import AniListApi