scientific-programming-exer.../exam/ex03/cfg.py
2019-02-02 16:59:18 +01:00

5 lines
54 B
Python

config = {"APP_PATH": "."
, "WORD_BUCKET_SIZE": 5
}