mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-10 04:05:13 -08:00
7 lines
70 B
Python
7 lines
70 B
Python
import click
|
|
|
|
|
|
@click.command()
|
|
def download():
|
|
print("download")
|