def comp(self, command_, *args, **kwargs): from compmake.ui.ui import comp_ return comp_(self, command_, *args, **kwargs)
def comp_dynamic(self, command_, *args, **kwargs): from compmake.ui.ui import comp_ return comp_(self, command_, *args, needs_context=True, **kwargs)