currently we import the package like this
import assembly_mesh_plugin.plugin
I was wondering if this would be easier
import assembly_mesh_plugin
which would just need a small update the the __init__.py file.
Happy to make a PR for this if there are no objections