D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
2
/
root
/
proc
/
3
/
cwd
/
opt
/
imh-python
/
lib
/
python3.9
/
site-packages
/
redis
/
commands
/
json
/
Filename :
_util.py
back
Copy
from typing import Any, Dict, List, Union JsonType = Union[str, int, float, bool, None, Dict[str, Any], List[Any]]