mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 15:06:19 +00:00
autopushed
This commit is contained in:
@@ -50,7 +50,6 @@ def is_prime(n):
|
||||
# click.echo(f"Sieve: {is_prime}.")
|
||||
return is_prime[n]
|
||||
|
||||
@click.command()
|
||||
@click.group(cls=RichGroup)
|
||||
@click.argument('n', type=click.INT)
|
||||
def prime(n):
|
||||
|
||||
Reference in New Issue
Block a user