aboutsummaryrefslogtreecommitdiff
path: root/autogpt/core/ability/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpt/core/ability/__init__.py')
-rw-r--r--autogpt/core/ability/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/autogpt/core/ability/__init__.py b/autogpt/core/ability/__init__.py
deleted file mode 100644
index 3cf310dec..000000000
--- a/autogpt/core/ability/__init__.py
+++ /dev/null
@@ -1,4 +0,0 @@
-"""The command system provides a way to extend the functionality of the AI agent."""
-from autogpt.core.ability.base import Ability, AbilityRegistry
-from autogpt.core.ability.schema import AbilityResult
-from autogpt.core.ability.simple import AbilityRegistrySettings, SimpleAbilityRegistry