ARS-docs/scripts/parse-label.py

5 lines
69 B
Python

from pathlib import Path
def read_files(module_path: Path):
...