05/06/2026 Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
app/tenant/reports/routes.py
|
||||
Phase 3+ implementation.
|
||||
"""
|
||||
from flask import Blueprint
|
||||
|
||||
reports_bp = Blueprint("reports", __name__, url_prefix="/reports")
|
||||
Reference in New Issue
Block a user