4 lines
67 B
Python
4 lines
67 B
Python
from quart import Blueprint
|
|
|
|
auth_bp = Blueprint("auth", __name__)
|
from quart import Blueprint
|
|
|
|
auth_bp = Blueprint("auth", __name__)
|