1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-19 23:45:09 +00:00

Adjusted the __all__ to include Issues

This commit is contained in:
sudosnok 2022-04-02 18:50:52 +01:00
parent 87eaf01679
commit 9667c28597

View file

@ -8,6 +8,7 @@ from .. import http
__all__ = (
'Repository',
'Issue'
)
class Repository(APIOBJECT):