Realcat
fix: eloftr
63f3cf2
raw
history blame
120 Bytes
def get_matcher(matcher):
mod = __import__(f'{__name__}.{matcher}', fromlist=[''])
return getattr(mod, 'Model')