1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-21 08:25:08 +00:00
GitHubWrapper/Github/__init__.py
2022-04-30 11:28:44 +05:30

13 lines
No EOL
299 B
Python

#== __init__.py ==#
__title__ = 'Github-Api-Wrapper'
__authors__ = 'VarMonke', 'sudosnok'
__version__ = '1.0.1'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 VarMonke & sudosnok'
from .main import *
from .objects import *
from .http import *
from .urls import *
from .exceptions import *