flask-htmx-board1/threads.py

11 lines
130 B
Python
Raw Normal View History

2023-07-03 23:18:37 +10:00
threads_lists = {
'b': {
'123','124'
},
'a': {
'1'
},
'd': {
'44','99','1230'
}
}