mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-17 14:35:09 +00:00
13 lines
303 B
Python
13 lines
303 B
Python
# == __init__.py ==#
|
|
|
|
__title__ = 'Github-Api-Wrapper'
|
|
__authors__ = 'VarMonke', 'sudosnok'
|
|
__version__ = '1.2.1'
|
|
__license__ = 'MIT'
|
|
__copyright__ = 'Copyright (c) 2020 VarMonke & sudosnok'
|
|
|
|
from .client import *
|
|
from .objects import *
|
|
from .http import *
|
|
from .urls import *
|
|
from .exceptions import *
|