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