nayab zahoor
Deploy: Full-Stack App without large binary images
9f26583
Raw
History Blame Contribute Delete
75 Bytes
import os
def ensure_dir(path: str):
os.makedirs(path, exist_ok=True)