4 lines
104 B
Python
4 lines
104 B
Python
def classFactory(iface):
|
|
from .main_plugin import AnimationPlugin
|
|
return AnimationPlugin(iface)
|