Last active
October 4, 2017 16:18
-
-
Save chrissimpkins/3c379647b84e3d0ae22492d044e83ec3 to your computer and use it in GitHub Desktop.
TODO logs Python source example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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