data.py 52 B

123
  1. from typing import Dict, Any
  2. Data = Dict[str, Any]