mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
17 lines
311 B
Python
17 lines
311 B
Python
#!/bin/env python
|
|
|
|
import Framework
|
|
|
|
from AuthenticatedUser import *
|
|
from GitObjects import *
|
|
from Repository import *
|
|
from Organization import *
|
|
from MilestonesAndIssues import *
|
|
from NamedUser import *
|
|
from Hook import *
|
|
from Gist import *
|
|
from Authorization import *
|
|
from Download import *
|
|
|
|
Framework.main()
|