diff options
Diffstat (limited to 'day7/config.py')
| -rw-r--r-- | day7/config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/day7/config.py b/day7/config.py new file mode 100644 index 0000000..b5d596a --- /dev/null +++ b/day7/config.py @@ -0,0 +1,2 @@ +CHUNK = 1024 +TEXT_TEMPLATE_NAME = 'index' |