proxadmin/app/panel/__init__.py

4 lines
86 B
Python
Raw Normal View History

2018-01-11 08:19:59 -05:00
from flask import Blueprint
panel = Blueprint('panel', __name__)
from . import routes