Files
balance_bot/bot/data/topic_map.py
2026-01-23 04:45:55 +07:00

5 lines
117 B
Python

# bot/data/topic_map.py
# ключ: (user_id, тип) → thread_id
user_topic_map: dict[tuple[int, str], int] = {}