mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-26 04:41:34 -08:00
7 lines
199 B
Python
7 lines
199 B
Python
"""
|
|
his module contains an abstraction for interaction with the anilist api making it easy and efficient
|
|
"""
|
|
|
|
from .anilist import AniList
|
|
from .anilist_data_schema import AnilistBaseMediaDataSchema
|