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