AutoGPT / autogpt /__main__.py
Ali Abid
first commit
0534c31
"""Auto-GPT: A GPT powered AI Assistant"""
import autogpt.cli
if __name__ == "__main__":
autogpt.cli.main()