mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-29 22:20:34 -08:00
7 lines
69 B
Python
7 lines
69 B
Python
import click
|
|
|
|
|
|
@click.command()
|
|
def search():
|
|
print("Searching")
|