Files
2026-05-30 17:28:44 +02:00

7 lines
95 B
Python

def main():
print("Hello from spike-image-to-3d!")
if __name__ == "__main__":
main()