1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-25 15:37:45 +00:00

Might've fixed imports?

This commit is contained in:
sudosnok 2022-03-27 14:53:12 +01:00
parent 36829147d3
commit 669f72e467

View file

@ -1,6 +1,10 @@
#== __init__.py ==#
from .main import *
from .objects import *
from .http import *
from .urls import *
from .exceptions import *
__title__ = 'Github-Api-Wrapper'
__authors__ = 'VarMonke', 'sudosnok'