mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-01 19:31:10 +00:00
19 lines
367 B
Python
19 lines
367 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 RateLimiting import *
|
|
from Download import *
|
|
from Authentication import *
|
|
|
|
Framework.main()
|