Skip to content

Instantly share code, notes, and snippets.

@Sagarmadu
Sagarmadu / pyscript.py
Created April 17, 2018 18:48 — 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