mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-26 20:53:34 -08:00
5 lines
103 B
Python
5 lines
103 B
Python
from .loader import ConfigLoader
|
|
from .model import AppConfig
|
|
|
|
__all__ = ["AppConfig", "ConfigLoader"]
|