mirror of
https://github.com/PaiGramTeam/MibooGram.git
synced 2025-02-08 02:59:22 +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]
|