diff --git a/Github/__init__.py b/Github/__init__.py index 3838fa6..37c45f9 100644 --- a/Github/__init__.py +++ b/Github/__init__.py @@ -1,5 +1,7 @@ #== __init__.py ==# +from .main import * + __title__ = 'Github-Api-Wrapper' __authors__ = 'VarMonke', 'sudosnok' __version__ = '0.0.1' \ No newline at end of file