mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-01 07:25:55 -08:00
5 lines
86 B
Python
5 lines
86 B
Python
from .config import config
|
|
from .search import search
|
|
|
|
__all__ = ["config", "search"]
|