mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
14 lines
297 B
Python
14 lines
297 B
Python
from AuthenticatedUser import *
|
|
|
|
# This strange import pattern works around cyclic dependencies
|
|
from NamedUser import *
|
|
from NamedUser_complete import *
|
|
|
|
from Organization import *
|
|
from Organization_complete import *
|
|
|
|
from Repository import *
|
|
from Repository_complete import *
|
|
|
|
from Gist import *
|