niming_backend/blueprints/admin.py

3 lines
65 B
Python

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