def mkdir()

in util/util.py [0:0]


def mkdir(path):
    if not os.path.exists(path):
        os.makedirs(path)