Some checks failed
Remove old artifacts / remove-old-artifacts (push) Has been cancelled
6 lines
45 B
Python
6 lines
45 B
Python
import click
|
|
|
|
|
|
@click.group()
|
|
def cli(): ...
|