MibooGram/modules/apihelper/typedefs.py
2022-10-08 08:59:08 +08:00

5 lines
84 B
Python

from typing import Dict, Any
POST_DATA = Dict[str, Any]
JSON_DATA = Dict[str, Any]