PaiGram/modules/apihelper/typedefs.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
84 B
Python
Raw Normal View History

2022-10-08 00:59:08 +00:00
from typing import Dict, Any
POST_DATA = Dict[str, Any]
JSON_DATA = Dict[str, Any]