1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-30 20:48:12 +00:00

init and object changes

This commit is contained in:
VarMonke 2022-04-30 22:53:52 +05:30
parent 0e64b50ad5
commit 02f225becb
3 changed files with 2 additions and 221 deletions

View file

@ -6,7 +6,7 @@ __version__ = '1.1.1'
__license__ = 'MIT'
__copyright__ = 'Copyright (c) 2020 VarMonke & sudosnok'
from .main import *
from .client import *
from .objects import *
from .http import *
from .urls import *