From 669f72e46762577744279cbdd22b8438b024a4e3 Mon Sep 17 00:00:00 2001 From: sudosnok Date: Sun, 27 Mar 2022 14:53:12 +0100 Subject: [PATCH] Might've fixed imports? --- Github/__init__.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Github/__init__.py b/Github/__init__.py index 37c45f9..d07521e 100644 --- a/Github/__init__.py +++ b/Github/__init__.py @@ -1,6 +1,10 @@ #== __init__.py ==# from .main import * +from .objects import * +from .http import * +from .urls import * +from .exceptions import * __title__ = 'Github-Api-Wrapper' __authors__ = 'VarMonke', 'sudosnok'