From 83980eb447150c765d37fcd8124596e1972e14a1 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Fri, 14 Mar 2025 00:54:59 +0800 Subject: refactor: update project structure and rename modules to conventionalrp --- examples/custom_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/custom_plugin.py') 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): -- cgit v1.2.3-70-g09d2