Files
icnsutil/icnsutil/autosize/__main__.py
2023-03-18 12:29:35 +01:00

4 lines
52 B
Python

#!/usr/bin/env python3
from .cli import main
main()