4 lines
57 B
Python
4 lines
57 B
Python
from typing import Dict
|
|
|
|
DOCKER_MAP: Dict[str, str] = {}
|
from typing import Dict
|
|
|
|
DOCKER_MAP: Dict[str, str] = {}
|