aboutsummaryrefslogtreecommitdiff
path: root/autogpt/__main__.py
diff options
context:
space:
mode:
Diffstat (limited to 'autogpt/__main__.py')
-rw-r--r--autogpt/__main__.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/autogpt/__main__.py b/autogpt/__main__.py
deleted file mode 100644
index 128f9eea4..000000000
--- a/autogpt/__main__.py
+++ /dev/null
@@ -1,5 +0,0 @@
-"""Auto-GPT: A GPT powered AI Assistant"""
-import autogpt.cli
-
-if __name__ == "__main__":
- autogpt.cli.main()