diff options
| author | Nejc Habjan <nejc.habjan@siemens.com> | 2022-02-02 00:50:19 +0100 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2022-02-01 17:37:47 -0800 |
| commit | c8c2fa763558c4d9906e68031a6602e007fec930 (patch) | |
| tree | 63402750bf6585f631f18ea5f8bdcfa6a930b72d /gitlab/v4/objects/__init__.py | |
| parent | 0ab0fc13acaa495459e41546dc23bbc7cfdb3c4b (diff) | |
| download | gitlab-c8c2fa763558c4d9906e68031a6602e007fec930.tar.gz | |
feat(objects): add a complete artifacts manager
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 ac118c0..40f9bf3 100644 --- a/gitlab/v4/objects/__init__.py +++ b/gitlab/v4/objects/__init__.py @@ -18,6 +18,7 @@ from .access_requests import * from .appearance import * from .applications import * +from .artifacts import * from .audit_events import * from .award_emojis import * from .badges import * |
