File size: 135 Bytes
123f3e2
 
 
 
 
 
1
2
3
4
5
6
"""
This module sets up the main Blueprint for the Flask application.
"""
from flask import Blueprint

bp = Blueprint("data", __name__)