Fix `armarx is not a package` when importing e.g. `armarx.ice_conv....`
Workaround in user code:
- Add
import armarx
before the first import of a package from python3-armarx
Proper solution (probably):
- Add
import armarx
to__init__.py
modules ofarmarx_*
packages