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