Spaces:
Running
on
Zero
Running
on
Zero
import os | |
def make_dir(path): | |
if not os.path.exists(path): | |
os.makedirs(path) | |
import os | |
def make_dir(path): | |
if not os.path.exists(path): | |
os.makedirs(path) | |