add cleanup code for storage classes

This commit is contained in:
2025-04-28 13:36:34 +02:00
parent 0768e7f254
commit c5c2652f3a
3 changed files with 23 additions and 1 deletions
+3
View File
@@ -54,3 +54,6 @@ class LocalStorage:
"calculations": game_board.snake_class.get_history(),
},
}, callback=json.dump, indent=2, ensure_ascii=False)
def cleanup(self):
pass