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:
5
errorfix/rules/__init__.py
Normal file
5
errorfix/rules/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .rule import Rule
|
||||
from .loader import RuleLoader
|
||||
from .validator import RuleValidator
|
||||
|
||||
__all__ = ['Rule', 'RuleLoader', 'RuleValidator']
|
||||
Reference in New Issue
Block a user