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