mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-03-13 06:00:34 +00:00
7 lines
94 B
Python
7 lines
94 B
Python
from flask import Blueprint
|
|
|
|
|
|
bp = Blueprint('users', __name__)
|
|
from . import events, routes
|
|
|