Update build

This commit is contained in:
hlohaus 2025-08-22 13:45:19 +02:00
parent 612e1faec5
commit ae985be2eb
7 changed files with 35 additions and 69 deletions

View file

@ -1,8 +0,0 @@
#!/usr/bin/env python3
"""
Entry point for g4f CLI executable builds
"""
if __name__ == "__main__":
from g4f.cli import main
main()