Source code for koapy.cli.commands.show
import click
from .account_window import account_window
@click.group(short_help="Show some configuration windows.")
show.add_command(account_window)
import click
from .account_window import account_window
@click.group(short_help="Show some configuration windows.")
show.add_command(account_window)