mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-18 15:05:08 +00:00
7 lines
No EOL
133 B
Python
7 lines
No EOL
133 B
Python
#== __init__.py ==#
|
|
|
|
from .main import *
|
|
|
|
__title__ = 'Github-Api-Wrapper'
|
|
__authors__ = 'VarMonke', 'sudosnok'
|
|
__version__ = '0.0.1' |