flask-htmx-board1/threads.py
Simple_Not a9cabbe7d8
All checks were successful
continuous-integration/drone/push Build is passing
some structure
2023-07-03 23:18:37 +10:00

11 lines
130 B
Python

threads_lists = {
'b': {
'123','124'
},
'a': {
'1'
},
'd': {
'44','99','1230'
}
}