Commit cd2a14ea authored by Jason R. Coombs's avatar Jason R. Coombs
Browse files

Add runpy hook. Fixes #713.

Allows for invocation with 'python -m gitlab'
parent e58d2a85
Loading
Loading
Loading
Loading

gitlab/__main__.py

0 → 100644
+4 −0
Original line number Diff line number Diff line
import gitlab.cli


__name__ == '__main__' and gitlab.cli.main()