Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Oxbridge-Economics
/
Data-Collection-China
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
93058c6
Data-Collection-China
/
routes
/
__init__.py
Muhammad Abdur Rahman Saad
refactor code according to comments
123f3e2
3 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
"""
This module sets up the main Blueprint for the Flask application.
"""
from
flask
import
Blueprint
bp = Blueprint(
"data"
, __name__)