Skip to content

Instantly share code, notes, and snippets.

@chrissimpkins
Last active October 4, 2017 16:18
Show Gist options
  • Save chrissimpkins/3c379647b84e3d0ae22492d044e83ec3 to your computer and use it in GitHub Desktop.
Save chrissimpkins/3c379647b84e3d0ae22492d044e83ec3 to your computer and use it in GitHub Desktop.
TODO logs Python source example
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# file: pydoc.py
# TODO this needs a lot of this and that
class PythonThreeDocObj(object):
...
# TODO more things that I need to do
class PythonTwoDocObj(object):
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment