mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 12:02:16 +00:00
5 lines
84 B
Python
5 lines
84 B
Python
from typing import Dict, Any
|
|
|
|
POST_DATA = Dict[str, Any]
|
|
JSON_DATA = Dict[str, Any]
|