eigent/backend/app/command/__init__.py
wol 03f2c49b7e
Some checks failed
Remove old artifacts / remove-old-artifacts (push) Has been cancelled
init
2025-08-04 00:20:29 +08:00

6 lines
45 B
Python

import click
@click.group()
def cli(): ...