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 of armarx_* packages