mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-03 08:17:36 -08:00
5 lines
103 B
Python
5 lines
103 B
Python
from .loader import ConfigLoader
|
|
from .model import AppConfig
|
|
|
|
__all__ = ["AppConfig", "ConfigLoader"]
|