Initial upload: ErrorFix CLI with rule engine and pattern matching
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
3
errorfix/patterns/__init__.py
Normal file
3
errorfix/patterns/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .matcher import PatternMatcher, MatchResult
|
||||
|
||||
__all__ = ['PatternMatcher', 'MatchResult']
|
||||
Reference in New Issue
Block a user