4 lines
53 B
Python
4 lines
53 B
Python
from pathlib import Path
|
|
|
|
prefix = Path(sys.argv[2])
|
from pathlib import Path
|
|
|
|
prefix = Path(sys.argv[2])
|