mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-29 14:13:22 -08:00
6 lines
129 B
Python
6 lines
129 B
Python
from .config import config
|
|
from .download import download
|
|
from .search import search
|
|
|
|
__all__ = ["config", "search", "download"]
|