Skip to content

Instantly share code, notes, and snippets.

@jbndis1
jbndis1 / pyscript.py
Created November 30, 2018 04:18 — 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