Skip to content
Snippets Groups Projects
__init__.py 83 B
from flask import Blueprint

api = Blueprint('api', __name__)

from . import views