2025-04-05 01:28:56 +02:00

7 lines
88 B
Python

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