mirror of
https://github.com/xtekky/gpt4free.git
synced 2025-09-27 04:36:17 +08:00
8 lines
212 B
Python
8 lines
212 B
Python
#!/usr/bin/env python3
|
|
"""
|
|
Entry point for g4f CLI executable builds
|
|
This file is used as the main entry point for building executables with Nuitka
|
|
"""
|
|
|
|
if __name__ == "__main__":
|
|
print("Starting g4f CLI...") |