nopaque/app/test/__init__.py
2022-07-13 14:06:22 +02:00

6 lines
84 B
Python

from flask import Blueprint
bp = Blueprint('test', __name__)
from . import routes