Files
2026-07-05 13:40:31 +03:00

7 lines
96 B
Python

def main():
print("Hello from swot-flow-pipeline!")
if __name__ == "__main__":
main()