Skip to content

Improve interface consistency and ease of use

  • import things to top level so we don't have to import typed_lisa_toolkit.containers.representations in user code but instead just do import typed_lisa_toolkit as tlt and have everything there
  • consistent method names for similar functionality
  • make some args positional-only or keyword-only to avoid misuse and make it easier to evolve tlt without breaking user code