Types
Record = dict[str, Any]
module-attribute
A string keyed dict
RecordGenerator = Generator[Record, None, None]
module-attribute
A generator of records