niming_backend/blueprints/admin.py

3 lines
65 B
Python
Raw Normal View History

from flask import Blueprint
admin = Blueprint("admin", __name__)