DengFengLai's picture
DF.
0a1b571
raw
history blame
197 Bytes
from hibiapi.utils.config import APIConfig
_CONFIG = APIConfig("wallpaper")
class WallpaperConstants:
CONFIG: APIConfig = _CONFIG
USER_AGENT: str = _CONFIG["net"]["user-agent"].as_str()