mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-07-25 23:47:44 +00:00
Might've fixed imports?
This commit is contained in:
parent
36829147d3
commit
669f72e467
1 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,10 @@
|
||||||
#== __init__.py ==#
|
#== __init__.py ==#
|
||||||
|
|
||||||
from .main import *
|
from .main import *
|
||||||
|
from .objects import *
|
||||||
|
from .http import *
|
||||||
|
from .urls import *
|
||||||
|
from .exceptions import *
|
||||||
|
|
||||||
__title__ = 'Github-Api-Wrapper'
|
__title__ = 'Github-Api-Wrapper'
|
||||||
__authors__ = 'VarMonke', 'sudosnok'
|
__authors__ = 'VarMonke', 'sudosnok'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue