Files

4 lines
89 B
Python
Raw Permalink Normal View History

def classFactory(iface):
from .main import BasisPlugin
return BasisPlugin(iface)