diff options
| author | Nejc Habjan <hab.nejc@gmail.com> | 2021-12-11 13:18:49 +0100 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2021-12-11 10:25:08 -0800 |
| commit | e7559bfa2ee265d7d664d7a18770b0a3e80cf999 (patch) | |
| tree | 70b0193d60a06d2d1cd364c2425c87c4029dc72d /gitlab/v4/objects/__init__.py | |
| parent | ac5defa0c09822cf2208e66218a37d3ce00ff35b (diff) | |
| download | gitlab-e7559bfa2ee265d7d664d7a18770b0a3e80cf999.tar.gz | |
feat(api): add support for Topics API
Diffstat (limited to 'gitlab/v4/objects/__init__.py')
| -rw-r--r-- | gitlab/v4/objects/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gitlab/v4/objects/__init__.py b/gitlab/v4/objects/__init__.py index b1d6484..0ab3bd4 100644 --- a/gitlab/v4/objects/__init__.py +++ b/gitlab/v4/objects/__init__.py @@ -70,6 +70,7 @@ from .statistics import * from .tags import * from .templates import * from .todos import * +from .topics import * from .triggers import * from .users import * from .variables import * |
