Update build

This commit is contained in:
hlohaus
2025-08-27 01:07:16 +02:00
parent d9b3e4510e
commit 3dbb01ce2c
2 changed files with 4 additions and 7 deletions

View File

@@ -4,9 +4,6 @@ Entry point for g4f CLI executable builds
This file is used as the main entry point for building executables with Nuitka
"""
import g4f.debug
g4f.debug.version_check = False
if __name__ == "__main__":
from g4f.cli import main
main()