mirror of
https://github.com/satwikkansal/wtfpython.git
synced 2025-07-24 23:11:44 +02:00
Add todos
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user