summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/groups.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/groups.py')
-rw-r--r--gitlab/v4/objects/groups.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/gitlab/v4/objects/groups.py b/gitlab/v4/objects/groups.py
index 086a87d..fc14346 100644
--- a/gitlab/v4/objects/groups.py
+++ b/gitlab/v4/objects/groups.py
@@ -22,6 +22,14 @@ from .clusters import GroupClusterManager
from .deploy_tokens import GroupDeployTokenManager
+__all__ = [
+ "Group",
+ "GroupManager",
+ "GroupSubgroup",
+ "GroupSubgroupManager",
+]
+
+
class Group(SaveMixin, ObjectDeleteMixin, RESTObject):
_short_print_attr = "name"
_managers = (