From 67fb67164c529192c4be4a0df94166c1b5dbe82c Mon Sep 17 00:00:00 2001 From: Yevheniia Kryzhanovska Date: Mon, 10 Apr 2023 19:42:50 +0200 Subject: [PATCH] =?UTF-8?q?Usu=C5=84=20'Frames.py'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Frames.py | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Frames.py diff --git a/Frames.py b/Frames.py deleted file mode 100644 index 00cfa559..00000000 --- a/Frames.py +++ /dev/null @@ -1,7 +0,0 @@ -class Frames: - # name = None - # productivity = None - - def __init__(self, name, productivity): - self.name = name - self.productivity = productivity