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

Adding orgs

This commit is contained in:
VarMonke 2022-03-28 22:42:10 +05:30
parent b95f3b314a
commit f46eada1bb
4 changed files with 65 additions and 5 deletions

View file

@ -2,4 +2,5 @@
from .objects import *
from .user import *
from .repo import *
from .repo import *
from .org import *