2023-08-20 18:11:29 +08:00

7 lines
107 B
Python

from pathlib import Path
class Params:
def __init__(self, path: str):
self.path = Path(path)