From 6b8c173ea84af8bade2e0139f6a34ed1f56221d7 Mon Sep 17 00:00:00 2001 From: Profitroll <47523801+profitrollgame@users.noreply.github.com> Date: Wed, 28 Sep 2022 15:20:25 +0200 Subject: [PATCH] Product as class removed --- pyrmv/classes/Product.py | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 pyrmv/classes/Product.py diff --git a/pyrmv/classes/Product.py b/pyrmv/classes/Product.py deleted file mode 100644 index b19b967..0000000 --- a/pyrmv/classes/Product.py +++ /dev/null @@ -1,4 +0,0 @@ -class Product(): - - def __init__(self): - pass \ No newline at end of file