mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-31 03:49:03 +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
|