summaryrefslogtreecommitdiff
path: root/gitlab/client.py
diff options
context:
space:
mode:
Diffstat (limited to 'gitlab/client.py')
-rw-r--r--gitlab/client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab/client.py b/gitlab/client.py
index 0dd4a6d..d3fdaab 100644
--- a/gitlab/client.py
+++ b/gitlab/client.py
@@ -180,6 +180,8 @@ class Gitlab(object):
"""See :class:`~gitlab.v4.objects.VariableManager`"""
self.personal_access_tokens = objects.PersonalAccessTokenManager(self)
"""See :class:`~gitlab.v4.objects.PersonalAccessTokenManager`"""
+ self.topics = objects.TopicManager(self)
+ """See :class:`~gitlab.v4.objects.TopicManager`"""
def __enter__(self) -> "Gitlab":
return self