aboutsummaryrefslogtreecommitdiff
path: root/gn3/auth/authorisation/groups.py
blob: 8c8a87f643521038cdf9cc5d1ea8d79ddcbd3b50 (plain)
1
2
3
4
5
6
7
"""Handle the management of resource/user groups."""

from . import authorised_p

@authorised_p
def create_group(group_name):
    raise Exception("NOT IMPLEMENTED!")