mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-02-05 05:59:02 +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
|