Spaces:
Runtime error
Runtime error
File size: 91 Bytes
e612d7f |
1 2 3 4 5 6 |
from flask import Blueprint
bp = Blueprint('auth', __name__)
from app.auth import routes
|