aboutsummaryrefslogtreecommitdiff
path: root/autogpt/core/workspace/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpt/core/workspace/__init__.py')
-rw-r--r--autogpt/core/workspace/__init__.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/autogpt/core/workspace/__init__.py b/autogpt/core/workspace/__init__.py
deleted file mode 100644
index f474d4faa..000000000
--- a/autogpt/core/workspace/__init__.py
+++ /dev/null
@@ -1,3 +0,0 @@
-"""The workspace is the central hub for the Agent's on disk resources."""
-from autogpt.core.workspace.base import Workspace
-from autogpt.core.workspace.simple import SimpleWorkspace, WorkspaceSettings