Hello. It would be appreciable to have a context manager for `Gitlab()` class, and so be able to do: ``` with gitlab.Gitlab(gitlab_url, gitlab_token) as gl: ... ```
Hello. It would be appreciable to have a context manager for
Gitlab()class, and so be able to do: