Skip to content

Commit 45bec62

Browse files
committed
Add todos
1 parent 5c8c4c5 commit 45bec62

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

irrelevant/json_generator.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
"""
2+
An inefficient monolithic piece of code that'll generate jupyter notebook
3+
from the projects main README.
4+
5+
TODO
6+
7+
- CLI arguments for running this thing.
8+
- Add it to prepush hook
9+
- Use templates?
10+
11+
"""
12+
113
import json
214
import pprint
315
fname = "/Users/300041709/code/self/wtfpython/README.md"

0 commit comments

Comments
 (0)