From 42819daf0f46a5b9d77dce3d7db330330aedade2 Mon Sep 17 00:00:00 2001 From: Rock Chin <1010553892@qq.com> Date: Mon, 16 Jan 2023 23:59:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0hello=5Fplugin?= =?UTF-8?q?=E7=A4=BA=E4=BE=8B=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tests/plugin_examples/{hello => hello_plugin}/__init__.py | 0 tests/plugin_examples/{hello => hello_plugin}/main.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/plugin_examples/{hello => hello_plugin}/__init__.py (100%) rename tests/plugin_examples/{hello => hello_plugin}/main.py (100%) diff --git a/tests/plugin_examples/hello/__init__.py b/tests/plugin_examples/hello_plugin/__init__.py similarity index 100% rename from tests/plugin_examples/hello/__init__.py rename to tests/plugin_examples/hello_plugin/__init__.py diff --git a/tests/plugin_examples/hello/main.py b/tests/plugin_examples/hello_plugin/main.py similarity index 100% rename from tests/plugin_examples/hello/main.py rename to tests/plugin_examples/hello_plugin/main.py