Shofel2_T124_python/venv/lib/python3.10/site-packages/dacite/data.py

4 lines
58 B
Python

from typing import Mapping, Any
Data = Mapping[str, Any]