""" Global Constants. """ import pathlib __version__ = "0.3.4" # Internal variables. COLOR_COUNT = 16 CACHE_DIR = pathlib.Path.home() / ".cache/wal/"