mirror of https://github.com/Aidaho12/haproxy-wi
6 lines
98 B
Python
6 lines
98 B
Python
![]() |
from flask import Blueprint
|
||
|
|
||
|
bp = Blueprint('main', __name__)
|
||
|
|
||
|
from app.routes.main import routes
|