nopaque/app/admin/__init__.py

6 lines
85 B
Python

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