mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
11 lines
164 B
Python
11 lines
164 B
Python
#!/bin/env python
|
|
|
|
import Framework
|
|
|
|
from AuthenticatedUser import *
|
|
from GitObjects import *
|
|
from Repository import *
|
|
from Organization import *
|
|
|
|
Framework.main()
|