mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-12 19:20:34 +00:00
7 lines
107 B
Python
7 lines
107 B
Python
from flask import Blueprint
|
|
|
|
|
|
bp = Blueprint('users', __name__)
|
|
from . import events, routes, json_routes
|
|
|