Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abrar-adnan
/
GeekBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b6dbc9d
GeekBot
/
config
/
__init.py__
abrar-adnan
Initial commit
6acfeaf
verified
26 days ago
raw
Copy download link
history
blame
Safe
177 Bytes
from
.settings
import
settings
from
.constants
import
MAX_FILE_SIZE, MAX_TOTAL_SIZE, ALLOWED_TYPES
__all__ = [
"settings"
,
"MAX_FILE_SIZE"
,
"MAX_TOTAL_SIZE"
,
"ALLOWED_TYPES"
]