Files
PyGithub/github/Event.py
T

10 lines
205 B
Python

from GithubObject import *
Event = GithubObject(
"Event",
InternalSimpleAttributes(
"type", "public", "payload", "created_at", "id", "commit_id", "url",
"event", "issue",
),
)