scientific-programming-exer.../exam/ex03/cfg.py

5 lines
54 B
Python
Raw Permalink Normal View History

2019-01-31 16:51:05 +00:00
config = {"APP_PATH": "."
, "WORD_BUCKET_SIZE": 5
}