Beta/venv/bin/tiny-agents

7 lines
261 B
Python
Executable file

#!/home/gameurpro12/Documents/Mes_projets/Discord_bot/Beta/venv/bin/python3
import sys
from huggingface_hub.inference._mcp.cli import app
if __name__ == '__main__':
if sys.argv[0].endswith('.exe'):
sys.argv[0] = sys.argv[0][:-4]
sys.exit(app())