Improve interface consistency and ease of use
- import things to top level so we don't have to
import typed_lisa_toolkit.containers.representationsin user code but instead just doimport typed_lisa_toolkit as tltand 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