diff options
| author | 2025-03-14 00:54:59 +0800 | |
|---|---|---|
| committer | 2025-03-14 00:54:59 +0800 | |
| commit | 83980eb447150c765d37fcd8124596e1972e14a1 (patch) | |
| tree | e32d2fafd27d037ceb7a81f1660cc221bff00029 /examples/custom_plugin.py | |
| parent | 80b74f79dfbfa9afb845172a5ea84110d75f1bc8 (diff) | |
| download | conventional_role_play-83980eb447150c765d37fcd8124596e1972e14a1.tar.gz conventional_role_play-83980eb447150c765d37fcd8124596e1972e14a1.zip | |
refactor: update project structure and rename modules to conventionalrp
Diffstat (limited to 'examples/custom_plugin.py')
| -rw-r--r-- | examples/custom_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/custom_plugin.py b/examples/custom_plugin.py index 74a0bcc..5ae6581 100644 --- a/examples/custom_plugin.py +++ b/examples/custom_plugin.py @@ -1,4 +1,4 @@ -from trpg_log_processor.plugins.plugin_manager import PluginManager +from conventionalrp.plugins.plugin_manager import PluginManager class CustomPlugin: def __init__(self): |
