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

Moved objects into their own place in a folder for readability

This commit is contained in:
sudosnok 2022-03-27 13:04:00 +01:00
parent 9a2889702b
commit d5ba5bc58d
6 changed files with 93 additions and 73 deletions

View file

@ -0,0 +1,5 @@
#== __init__.py ==#
from .objects import *
from .user import *
from .repo import *