dir2org.org 508 B

dir2org

Imports

  from os import listdir, getcwd
  from os.path import isfile, isdir, islink

Generate tree

  def gen_tree(directory):
      for name in listdir(directory)