Skip to content

Instantly share code, notes, and snippets.

@trentm
Created July 28, 2010 03:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trentm/493322 to your computer and use it in GitHub Desktop.
Save trentm/493322 to your computer and use it in GitHub Desktop.
python-module: Python module boilerplate
"""{{ docstring }}"""
import logging
{{ imports }}
#---- globals
log = logging.getLogger("{{ loggername }}")
#---- public module stuff
#---- internal support stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment