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