nopaque/app/main/__init__.py

6 lines
84 B
Python

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