""" Global Constants. """ import pathlib __version__ = "0.3.8" COLOR_COUNT = 16 CACHE_DIR = pathlib.Path.home() / ".cache/wal/"