Files
tg-admin-bot/state.py

4 lines
57 B
Python

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