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