From 74caaf70715bfbfb0a602f4d552b3ba7cd29973e Mon Sep 17 00:00:00 2001 From: sudosnok Date: Sat, 26 Mar 2022 18:18:39 +0000 Subject: [PATCH] Added a skeleton init file --- Github/__init__.py | 2 ++ 1 file changed, 2 insertions(+) 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