Looking for advice? Join the Matrix channel for GitLab users in Bielefeld!
from flask import Blueprint bp = Blueprint('main', __name__) from . import routes