7 lines
167 B
Python
7 lines
167 B
Python
|
|
import erdantic as erd
|
||
|
|
|
||
|
|
from parse_recursive_paths import DirectoryTree
|
||
|
|
|
||
|
|
diagram = erd.create(DirectoryTree)
|
||
|
|
diagram.draw("examples/parse_recursive_paths/schema.png")
|