nopaque/app/test/__init__.py

6 lines
93 B
Python
Raw Normal View History

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