Spaces:
Running
on
Zero
Running
on
Zero
Last commit not found
def get_matcher(matcher): | |
mod = __import__(f"{__name__}.{matcher}", fromlist=[""]) | |
return getattr(mod, "Model") | |