mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-29 06:03:29 -08:00
9 lines
91 B
Python
9 lines
91 B
Python
import click
|
|
|
|
|
|
@click.command()
|
|
def configure():
|
|
pass
|
|
|
|
# create_desktop_shortcut()
|