mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-29 22:20:34 -08:00
11 lines
101 B
Python
11 lines
101 B
Python
import click
|
|
|
|
|
|
@click.command()
|
|
@click.pass_obj
|
|
def search(
|
|
config,
|
|
anime_title,
|
|
):
|
|
pass
|