1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-24 23:17:43 +00:00

Added a skeleton init file

This commit is contained in:
sudosnok 2022-03-26 18:18:39 +00:00
parent 301c9c9c42
commit 74caaf7071

View file

@ -1,5 +1,7 @@
#== __init__.py ==#
from .main import *
__title__ = 'Github-Api-Wrapper'
__authors__ = 'VarMonke', 'sudosnok'
__version__ = '0.0.1'