exampletest / app /auth /__init__.py
Nasma's picture
Upload 81 files
e612d7f verified
raw
history blame contribute delete
91 Bytes
from flask import Blueprint
bp = Blueprint('auth', __name__)
from app.auth import routes