1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-05-18 15:05:08 +00:00
GitHubWrapper/Github/objects/__init__.py
2022-03-28 22:42:10 +05:30

6 lines
No EOL
102 B
Python

#== __init__.py ==#
from .objects import *
from .user import *
from .repo import *
from .org import *