imagetools/main.py
Bastian 00b12580a3
Some checks failed
Linting / linting (push) Failing after 34s
Initial commit
2025-04-05 01:26:48 +02:00

7 lines
88 B
Python

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