Skip to content

Commit a3a7713

Browse files
authored
Merge pull request #714 from jaraco/feature/runpy-invoke
Add runpy hook, allowing invocation with 'python -m gitlab'.
2 parents 768ce19 + cd2a14e commit a3a7713

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gitlab/__main__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import gitlab.cli
2+
3+
4+
__name__ == '__main__' and gitlab.cli.main()

0 commit comments

Comments
 (0)