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