mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-26 12:51:15 -08:00
7 lines
169 B
Python
7 lines
169 B
Python
from .anilist import anilist
|
|
from .config import config
|
|
from .download import download
|
|
from .search import search
|
|
|
|
__all__ = ["config", "search", "download", "anilist"]
|