Files
AI/참고/instructor-main/examples/recursive_filepaths/diagram.py

7 lines
167 B
Python
Raw Normal View History

2026-05-12 19:40:31 +09:00
import erdantic as erd
from parse_recursive_paths import DirectoryTree
diagram = erd.create(DirectoryTree)
diagram.draw("examples/parse_recursive_paths/schema.png")