5 lines
69 B
Python
5 lines
69 B
Python
from pathlib import Path
|
|
|
|
def read_files(module_path: Path):
|
|
...
|