Add todos

This commit is contained in:
Satwik Kansal 2019-05-06 23:49:57 +05:30
parent 5c8c4c5843
commit 45bec627d1
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
"""
An inefficient monolithic piece of code that'll generate jupyter notebook
from the projects main README.
TODO
- CLI arguments for running this thing.
- Add it to prepush hook
- Use templates?
"""
import json
import pprint
fname = "/Users/300041709/code/self/wtfpython/README.md"