itch-dl/itch_dl/__main__.py
Ryszard Knop 4a8f88b48e Trial The Third: Start rewriting the thing
Wooo, someone wants to use this! Let's make it less embarrassing.
2022-05-15 02:02:45 +02:00

4 lines
57 B
Python

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