mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-28 19:55:10 +00:00
fix init and setup
This commit is contained in:
parent
babfb7bdcd
commit
636aa7f53b
2 changed files with 12 additions and 8 deletions
|
@ -1,11 +1,13 @@
|
|||
#== __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 *
|
||||
|
||||
__title__ = 'Github-Api-Wrapper'
|
||||
__authors__ = 'VarMonke', 'sudosnok'
|
||||
__version__ = '1.0.1'
|
||||
from .exceptions import *
|
Loading…
Add table
Add a link
Reference in a new issue