更新代码

This commit is contained in:
JoeamAmier 2023-08-26 10:57:12 +08:00
parent 780c42f9b8
commit 00b0e697cc

View File

@ -1,6 +0,0 @@
from pathlib import Path
class Params:
def __init__(self, path: str):
self.path = Path(path)