AutoGPT/autogpt/workspace/__init__.py

6 lines
82 B
Python

from autogpt.workspace.workspace import Workspace
__all__ = [
"Workspace",
]