From 01578c0efdb0a40faa9830f8262cefb9435ff496 Mon Sep 17 00:00:00 2001 From: VarMonke Date: Thu, 7 Apr 2022 20:46:49 +0530 Subject: [PATCH] update init --- Github/objects/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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