For Users
`grascii` has switched from the `lark-parser` package to the newer `lark` package. To prevent potential name conflicts, it is recommended to uninstall `lark-parser` before upgrading:
python -m pip uninstall lark-parser
python -m pip install --upgrade grascii
For Developers
`grascii` no longer includes dictionary source files in the main repository. Instead, it uses a git submodule for the dictionaries repository. After pulling the latest changes, be sure to initialize the submodule by running:
git submodule update --init