1
0
forked from Mirrors/itch-dl

Trial The Third: Start rewriting the thing

Wooo, someone wants to use this! Let's make it less embarrassing.
This commit is contained in:
Ryszard Knop
2022-05-15 02:02:45 +02:00
parent 00cced1f41
commit 4a8f88b48e
13 changed files with 676 additions and 379 deletions

3
itch_dl/__main__.py Normal file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python3
from itch_dl.cli import run
run()