Quarter-Internal/app/main/__init__.py

6 lines
91 B
Python
Raw Normal View History

2025-03-24 01:44:56 +00:00
from flask import Blueprint
bp = Blueprint('main', __name__)
from app.main import routes