From 1286ededbb55c4b5ee1d88d0012ae29f4721a8cf Mon Sep 17 00:00:00 2001 From: hlohaus <983577+hlohaus@users.noreply.github.com> Date: Fri, 5 Sep 2025 10:55:21 +0200 Subject: [PATCH] Update README.md --- g4f_cli.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/g4f_cli.py b/g4f_cli.py index 3572b3c6..a35f3a4e 100644 --- a/g4f_cli.py +++ b/g4f_cli.py @@ -5,5 +5,4 @@ This file is used as the main entry point for building executables with Nuitka """ if __name__ == "__main__": - from g4f.cli import main - main() \ No newline at end of file + print("Starting g4f CLI...") \ No newline at end of file