mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-14 12:10:35 +00:00
4 lines
122 B
Python
4 lines
122 B
Python
|
from .decorators import login_required
|
||
|
from .decorators import permission_required
|
||
|
from .decorators import admin_required
|