todo.py 219 B

1234567891011121314
  1. LIST = [
  2. {
  3. "name": "This thing",
  4. "crossed": "no"
  5. },
  6. {
  7. "name": "That thing",
  8. "crossed": "no"
  9. },
  10. {
  11. "name": "That other thing",
  12. "crossed": "yes"
  13. },
  14. ]