mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-15 22:32:33 -08:00
7 lines
66 B
Python
7 lines
66 B
Python
import click
|
|
|
|
|
|
@click.command()
|
|
def recent():
|
|
print("recent")
|