diff --git a/Github/objects/__init__.py b/Github/objects/__init__.py index fede911..dfa1f19 100644 --- a/Github/objects/__init__.py +++ b/Github/objects/__init__.py @@ -3,4 +3,5 @@ from .objects import * from .user import * from .repo import * -from .org import * \ No newline at end of file +from .org import * +from .gists import * \ No newline at end of file