prodir/example.py

5 lines
127 B
Python

from prodir import create_tree_structurer, get_structure
create_tree_structurer()
for file in get_structure():
print(file)