mirror of
https://github.com/PaiGramTeam/PamGram.git
synced 2024-11-16 20:10:36 +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]
|