summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/badges.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/badges.py')
-rw-r--r--gitlab/v4/objects/badges.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/gitlab/v4/objects/badges.py b/gitlab/v4/objects/badges.py
index 5e11354..94b97a9 100644
--- a/gitlab/v4/objects/badges.py
+++ b/gitlab/v4/objects/badges.py
@@ -2,6 +2,14 @@ from gitlab.base import * # noqa
from gitlab.mixins import * # noqa
+__all__ = [
+ "GroupBadge",
+ "GroupBadgeManager",
+ "ProjectBadge",
+ "ProjectBadgeManager",
+]
+
+
class GroupBadge(SaveMixin, ObjectDeleteMixin, RESTObject):
pass