add cleanup code for storage classes
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user