proxadmin/app/dmanager/__init__.py

4 lines
92 B
Python

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