Add docstring to types_.

This commit is contained in:
Jason R. Coombs 2021-02-15 12:15:41 -05:00
parent 30f5c71a49
commit 3c93605ead

View File

@ -1,3 +1,7 @@
"""
Type definitions used by modules in this package.
"""
# Python 3 only
from typing import List, Tuple, Type, Sequence, Any