aboutsummaryrefslogtreecommitdiff
path: root/autogpts/autogpt/autogpt/core/plugin/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpts/autogpt/autogpt/core/plugin/__init__.py')
-rw-r--r--autogpts/autogpt/autogpt/core/plugin/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/autogpts/autogpt/autogpt/core/plugin/__init__.py b/autogpts/autogpt/autogpt/core/plugin/__init__.py
index dfa192591..b850114b3 100644
--- a/autogpts/autogpt/autogpt/core/plugin/__init__.py
+++ b/autogpts/autogpt/autogpt/core/plugin/__init__.py
@@ -1,2 +1,6 @@
"""The plugin system allows the Agent to be extended with new functionality."""
from autogpt.core.plugin.base import PluginService
+
+__all__ = [
+ "PluginService",
+]