Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
shrisdiablo
/
dev-yuvabe-app-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
533d0fc
dev-yuvabe-app-api
/
src
/
auth
/
config.py
Shri
database connection
ce1e080
6 months ago
raw
Copy download link
history
blame
Safe
133 Bytes
from
pydantic
import
BaseSettings
class
HomeSettings
(
BaseSettings
):
FEATURE_ENABLED:
bool
=
True
home_settings = HomeSettings()