imagetools/main.py
Bastian 900c9e07b6
Some checks failed
Linting / linting (push) Failing after 1m38s
Initial commit
2025-04-04 14:42:07 +02:00

7 lines
88 B
Python

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