Spaces:
Running
on
Zero
Running
on
Zero
File size: 120 Bytes
3040ac4 |
1 2 3 4 |
def get_matcher(matcher):
mod = __import__(f"{__name__}.{matcher}", fromlist=[""])
return getattr(mod, "Model")
|