#!/usr/bin/env python3 """ Entry point for g4f CLI executable builds """ if __name__ == "__main__": from g4f.cli import main main()