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