Skip to content

Instantly share code, notes, and snippets.

View AaronBottegal's full-sized avatar

Aaron Bottegal AaronBottegal

View GitHub Profile
@Abizern
Abizern / Python3File.py
Created March 6, 2011 18:55
Skeleton Python3 file template
#!/usr/bin/env python3 -tt
"""
Module documentation.
"""
# Imports
import sys
#import os
# Global variables