Example #1
0
def remove(ctx, cn):
    """remove group from directory"""
    group = Group(cn)
    group.remove()