mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-27 21:23:39 -08:00
5 lines
86 B
Python
5 lines
86 B
Python
from .config import config
|
|
from .search import search
|
|
|
|
__all__ = ["config", "search"]
|