master-thesis/settings.py

5 lines
110 B
Python
Raw Normal View History

2019-05-08 17:39:41 +02:00
#!/usr/bin/env python3
data_root = "./data/1M_recipes/"
one_million_recipes_file = data_root + "layer1.json"