for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Create the base directory"""
from pathlib import Path
import sys
Path(sys.argv[2]).mkdir()