Skip to content

Instantly share code, notes, and snippets.

View HedgehogCode's full-sized avatar

Benjamin Wilhelm HedgehogCode

View GitHub Profile
@HedgehogCode
HedgehogCode / pyscript.py
Last active March 12, 2019 14:51 — forked from nhoffman/pyscript.py
Python script template
#!/usr/bin/env python
"""A simple python script template.
"""
from __future__ import print_function
import sys
import argparse