mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-22 02:54:25 +01:00
Add todos
This commit is contained in:
parent
efdac8f9ca
commit
a5e7cd7cf8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user