diff options
Diffstat (limited to 'gitlab/const.py')
-rw-r--r-- | gitlab/const.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gitlab/const.py b/gitlab/const.py index 33687c1..095b43d 100644 --- a/gitlab/const.py +++ b/gitlab/const.py @@ -17,6 +17,8 @@ from gitlab.__version__ import __title__, __version__ +DEFAULT_URL: str = "https://gitlab.com" + NO_ACCESS: int = 0 MINIMAL_ACCESS: int = 5 GUEST_ACCESS: int = 10 |