From 935e6e11ed40055ab8658414d50f58a25f94b5a8 Mon Sep 17 00:00:00 2001 From: Artur Savitskiy Date: Mon, 29 Apr 2024 19:15:02 +0200 Subject: [PATCH] Cleanup commit --- HNS/Excercises/02.11.2023 Battle Ship/__init__.py | 0 HNS/Excercises/02.11.2023 Battle Ship/game1.json | 9 ++++----- HNS/Excercises/__init__.py | 0 HNS/__init__.py | 0 4 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 HNS/Excercises/02.11.2023 Battle Ship/__init__.py delete mode 100644 HNS/Excercises/__init__.py delete mode 100644 HNS/__init__.py diff --git a/HNS/Excercises/02.11.2023 Battle Ship/__init__.py b/HNS/Excercises/02.11.2023 Battle Ship/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/HNS/Excercises/02.11.2023 Battle Ship/game1.json b/HNS/Excercises/02.11.2023 Battle Ship/game1.json index 53c3c67..b4edf6f 100644 --- a/HNS/Excercises/02.11.2023 Battle Ship/game1.json +++ b/HNS/Excercises/02.11.2023 Battle Ship/game1.json @@ -1,8 +1,7 @@ { - 'my_field': { - 'field': [], - 'ships': [], - 'field_mode': 'PUT' - + "my_field": { + "field": [], + "ships": [], + "field_mode": "PUT" } } \ No newline at end of file diff --git a/HNS/Excercises/__init__.py b/HNS/Excercises/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/HNS/__init__.py b/HNS/__init__.py deleted file mode 100644 index e69de29..0000000