Files
Fabric/client/server/app/web_frontend/__init__.py

7 lines
121 B
Python

from flask import Blueprint
bp = Blueprint('webFrontend', __name__)
if 1 == 1:
from app.web_frontend import routes