Below is the file 'config.py' from this revision. You can also download the file.


import os

install_path = '/Users/grahame/monotone/memes'
storage_path = os.path.join(install_path, 'storage')
word_shelf = os.path.join(install_path, 'word.shelf')