1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-08 07:07:36 +00:00

Rewrote the library

- Only HTTPClient, File and Object exists currently
This commit is contained in:
RGBCube 2022-06-25 14:11:17 +03:00
parent 7bd3d48eab
commit b23d5b78eb
16 changed files with 1048 additions and 1534 deletions

View file

@ -0,0 +1,2 @@
from .file import *
from .object import *