#!/usr/bin/env python3 from pyxll import xl_func @xl_func def python_func(): return "Hello from Python !"