4 lines
52 B
Python
4 lines
52 B
Python
from typing import Dict, Any
|
|
|
|
Data = Dict[str, Any]
|
from typing import Dict, Any
|
|
|
|
Data = Dict[str, Any]
|