More module descriptions
This commit is contained in:
parent
ab77b1d919
commit
d00e09d1a1
17 changed files with 92 additions and 15 deletions
|
@ -1,3 +1,7 @@
|
|||
"""
|
||||
Github events and their metadata: comments/issues/pull requests
|
||||
"""
|
||||
|
||||
from typing import Dict, List, Union, Any, NamedTuple, Tuple, Optional, Iterator, TypeVar, Set
|
||||
from datetime import datetime
|
||||
import json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue