mirror of
http://shenjack.top:5100/ARS/ARS-docs.git
synced 2024-11-23 19:35:06 +08:00
5 lines
69 B
Python
5 lines
69 B
Python
|
from pathlib import Path
|
||
|
|
||
|
def read_files(module_path: Path):
|
||
|
...
|