4 lines
58 B
Python
Raw Normal View History

2024-05-25 18:45:07 +02:00
from typing import Mapping, Any
Data = Mapping[str, Any]