eigent/backend/app/command/__init__.py
2025-07-29 23:57:16 +08:00

5 lines
45 B
Python

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