mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 19:01:15 +00:00
16 lines
287 B
Python
16 lines
287 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 RateLimiting import *
|
|
|
|
Framework.main()
|