ultk.util

Various utility classes and helper functions for the ULTK package.

Submodules:

  • frozendict: An immutable dictionary, so that various mappings (e.g. Meanings) can be hashed, serialized, etc.
  • io: some basic input/output functions.
1"""Various utility classes and helper functions for the ULTK package.
2
3Submodules:
4
5* `frozendict`: An immutable dictionary, so that various mappings (e.g. `Meaning`s) can be hashed, serialized, etc.
6* `io`: some basic input/output functions.
7"""