Files
exo/worker/main.py
2025-06-17 03:55:41 +01:00

7 lines
84 B
Python

def main():
print("Hello from worker!")
if __name__ == "__main__":
main()