PaiGram/model/types.py
2022-06-24 22:29:35 +08:00

4 lines
56 B
Python

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