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!")