net/flask/forest/admin/__init__.py

3 lines
86 B
Python

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