5 lines
98 B
Python
5 lines
98 B
Python
from typing import Dict
|
|
|
|
DOCKER_MAP: Dict[str, str] = {}
|
|
LOG_FILTER_PENDING: Dict[int, dict] = {}
|