Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ahmzakif
/
Fraud-Chatbot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Fraud-Chatbot
/
src
/
config
/
__init__.py
ahmzakif
feat: add new project
fd99b61
verified
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
103 Bytes
"""Configuration module."""
from
src.config.config
import
settings
__all__ = [
"settings"
]