Skip to content

Instantly share code, notes, and snippets.

@nhoffman
nhoffman / pyscript.py
Last active October 10, 2022 15:20
Python script template
View pyscript.py
#!/usr/bin/env python3
"""A simple python script template.
"""
import os
import sys
import argparse