eigent/backend/app/command/__init__.py
2025-08-12 01:16:39 +02:00

5 lines
45 B
Python

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