def classFactory(iface): from .main_plugin import AnimationPlugin return AnimationPlugin(iface)