Initial upload: ErrorFix CLI with rule engine and pattern matching
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-01 03:56:24 +00:00
parent 4176dc93e9
commit 8c37311c03

View File

@@ -0,0 +1,3 @@
from .matcher import PatternMatcher, MatchResult
__all__ = ['PatternMatcher', 'MatchResult']