summaryrefslogtreecommitdiff
path: root/gitlab/v4/objects/namespaces.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/v4/objects/namespaces.py')
-rw-r--r--gitlab/v4/objects/namespaces.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/gitlab/v4/objects/namespaces.py b/gitlab/v4/objects/namespaces.py
index 7e66a39..e761a36 100644
--- a/gitlab/v4/objects/namespaces.py
+++ b/gitlab/v4/objects/namespaces.py
@@ -2,6 +2,12 @@ from gitlab.base import * # noqa
from gitlab.mixins import * # noqa
+__all__ = [
+ "Namespace",
+ "NamespaceManager",
+]
+
+
class Namespace(RESTObject):
pass