proxadmin/app/panel/__init__.py
2018-01-11 15:19:59 +02:00

4 lines
86 B
Python

from flask import Blueprint
panel = Blueprint('panel', __name__)
from . import routes