haproxy-wi/app/routes/channel/__init__.py

6 lines
104 B
Python

from flask import Blueprint
bp = Blueprint('channel', __name__)
from app.routes.channel import routes