Currently many "types" are in esssans.types, and we use from esssans.types import *. Apart form wanting to avoid the import *, types is also meaningless to scientists. Therefore:
- Move important types to the package root (import in
__init__.py), avoid import *.
- More special or internal types should move to meaningful submodules.