ARS-docs/scripts/parse-label.py

5 lines
69 B
Python
Raw Normal View History

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