Muhammad Abdur Rahman Saad
refactor code according to comments
123f3e2
raw
history blame contribute delete
135 Bytes
"""
This module sets up the main Blueprint for the Flask application.
"""
from flask import Blueprint
bp = Blueprint("data", __name__)