Vincentqyw
add: files
9223079
raw history blame
No virus
120 Bytes
def get_matcher(matcher):
mod = __import__(f"{__name__}.{matcher}", fromlist=[""])
return getattr(mod, "Model")