Duplicated fromย DengFengLai/HibiAPI
0a1b571
1
2
3
4
5
6
7
8
9
from hibiapi.utils.config import APIConfig _CONFIG = APIConfig("wallpaper") class WallpaperConstants: CONFIG: APIConfig = _CONFIG USER_AGENT: str = _CONFIG["net"]["user-agent"].as_str()