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

6 lines
96 B
Python

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