imagetools/main.py
Bastian 4ca1f2ab53
All checks were successful
Linting / linting (push) Successful in 16s
Initial commit
2025-04-05 01:28:56 +02:00

7 lines
88 B
Python

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