diff options
| author | 2025-03-15 16:35:39 +0800 | |
|---|---|---|
| committer | 2025-03-15 16:35:39 +0800 | |
| commit | 965771fb0d85ddb27dc6c5dd7df822d1fb318286 (patch) | |
| tree | f33a0d36e5716da13be0e3a4134cf7359ebe5223 /src/conventionalrp/extractors/base.py | |
| parent | 818d84a7bf00c07b7ab252dda5bfa70a98b8be65 (diff) | |
| download | conventional_role_play-965771fb0d85ddb27dc6c5dd7df822d1fb318286.tar.gz conventional_role_play-965771fb0d85ddb27dc6c5dd7df822d1fb318286.zip | |
refactor: clean up code formatting and add new PluginManager class
Diffstat (limited to 'src/conventionalrp/extractors/base.py')
| -rw-r--r-- | src/conventionalrp/extractors/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conventionalrp/extractors/base.py b/src/conventionalrp/extractors/base.py index fc42f29..bc3c41f 100644 --- a/src/conventionalrp/extractors/base.py +++ b/src/conventionalrp/extractors/base.py @@ -6,4 +6,4 @@ class BaseExtractor: raise NotImplementedError("Subclasses should implement this method.") def load_rules(self, rules_source): - raise NotImplementedError("Subclasses should implement this method.")
\ No newline at end of file + raise NotImplementedError("Subclasses should implement this method.") |
