workflows-example-dags/Demo/scripts/my_tools/say_hello.py
2026-05-28 17:44:11 +02:00

2 lines
53 B
Python

def say_hello():
print("Hello from say_hello()")