Files
2026-07-13 13:17:40 +08:00

4 lines
52 B
Python

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