Skip to content

Instantly share code, notes, and snippets.

@steevejoseph
steevejoseph / pyscript.py
Created July 27, 2017 18:31 — forked from nhoffman/pyscript.py
Python script template
#!/usr/bin/env python
"""A simple python script template.
"""
from __future__ import print_function
import os
import sys
import argparse