Realcat's picture
update: major change
499e141
raw
history blame contribute delete
120 Bytes
def get_matcher(matcher):
mod = __import__(f'{__name__}.{matcher}', fromlist=[''])
return getattr(mod, 'Model')