mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-29 22:20:34 -08:00
6 lines
199 B
Python
6 lines
199 B
Python
"""
|
|
This 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 |