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


test = Blueprint('test', __name__)
from . import events, views