Files
tg-admin-bot/state.py
2026-02-07 22:43:35 +03:00

5 lines
98 B
Python

from typing import Dict
DOCKER_MAP: Dict[str, str] = {}
LOG_FILTER_PENDING: Dict[int, dict] = {}