test-woodpecker-python/src/test_woodpecker_ci/main.py
phil f5638a37a1
All checks were successful
ci/woodpecker/push/build Pipeline was successful
t6
2025-06-20 19:21:15 +02:00

6 lines
96 B
Python

def main():
print("Hello from test-woodpecker-ci!")
if __name__ == "__main__":
main()