4 lines
105 B
Python
4 lines
105 B
Python
from flask import Blueprint
|
|
from decorators import api_wrapper
|
|
|
|
blueprint = Blueprint("admin", __name__)
|