githubexplorer / app /utils /file_utils.py
Kareman's picture
initial commit: full implemntation of git explorer project
acc643d
Raw
History Blame Contribute Delete
99 Bytes
from pathlib import Path
def get_python_files(root: Path):
return sorted(root.rglob("*.py"))