Files
Auto-GPT/scripts/main.py
2023-04-14 11:15:17 -07:00

10 lines
163 B
Python

from colorama import init, Style
# Initialize colorama
init(autoreset=True)
# Use the bold ANSI style
print(f"""{Style.BRIGHT}Please run:
python -m autogpt
""")