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

7 lines
88 B
Python

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