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


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