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