Skip to content

Instantly share code, notes, and snippets.

@solidpple
Created November 2, 2017 02:20
import os
if not os.path.exists(directory):
os.makedirs(directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment