4 lines
79 B
Python
4 lines
79 B
Python
from pathlib import Path
|
|
|
|
rdls = map(Path, ["simple.rdl", "multiple_reg.rdl"])
|