# Constants
ErrNotFound means the definition could not be found for the given word.
ErrWordDoesNotExist occurs when trying to update a word not in the dictionary.
ErrWordExists means you are trying to add a word that is already known.
# Type aliases
Dictionary store definitions to words.
DictionaryErr are errors that can happen when interacting with the dictionary.