Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DocForg
/
Document_Forgery_Detection
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a035014
Document_Forgery_Detection
/
src
/
config
/
__init__.py
JKrishnanandhaa
Upload 54 files
ff0e79e
verified
2 months ago
raw
Copy download link
history
blame
115 Bytes
"""Configuration module"""
from
.config_loader
import
Config, get_config
__all__ = [
'Config'
,
'get_config'
]