Files
gpt4free/g4f/__main__.py
2025-08-22 13:45:19 +02:00

4 lines
63 B
Python

from g4f.cli import main
if __name__ == "__main__":
main()