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:
4
errorfix/plugins/__init__.py
Normal file
4
errorfix/plugins/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
from .plugin import Plugin, PluginRegistry
|
||||||
|
from .loader import PluginLoader
|
||||||
|
|
||||||
|
__all__ = ['Plugin', 'PluginRegistry', 'PluginLoader']
|
||||||
Reference in New Issue
Block a user