autoGranted / app /api /__init__.py
Ig0tU
upload
31881e7
raw
history blame contribute delete
89 Bytes
from flask import Blueprint
bp = Blueprint('api', __name__)
from app.api import routes