Files
icnsutil/icnsutil/__main__.py
relikd 823ed3aaa9 proper module with setup.py
+ 2 bugfixes ("T" and channels)
2021-09-28 21:14:54 +02:00

4 lines
52 B
Python

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