mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-09 19:55:09 -08:00
6 lines
126 B
Python
6 lines
126 B
Python
from .anilist import anilist
|
|
from .config import config
|
|
from .search import search
|
|
|
|
__all__ = ["config", "search", "anilist"]
|