Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated fromย
DengFengLai/HibiAPI
Misaka20001
/
HibiAPI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0a1b571
HibiAPI
/
hibiapi
/
api
/
wallpaper
/
constants.py
DengFengLai
DF.
0a1b571
10 months ago
raw
Copy download link
history
blame
Safe
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()