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'