Files
2025-11-04 12:56:53 +00:00

7 lines
90 B
Python

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