Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ppaihack
/
Team13.4
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fee2fc8
Team13.4
/
api
/
constants.py
Xmaster6y
initial setup
ab8b5a4
5 months ago
raw
Copy download link
history
blame
Safe
93 Bytes
"""
Constants for the whole API.
"""
import
os
X_API_KEY = os.environ.get(
"X_API_KEY"
,
""
)