From 00b0e697ccc81c6be04f7296ac8bdc23325c04eb Mon Sep 17 00:00:00 2001 From: JoeamAmier Date: Sat, 26 Aug 2023 10:57:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/Params.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 source/Params.py diff --git a/source/Params.py b/source/Params.py deleted file mode 100644 index 83ff1da..0000000 --- a/source/Params.py +++ /dev/null @@ -1,6 +0,0 @@ -from pathlib import Path - - -class Params: - def __init__(self, path: str): - self.path = Path(path)