mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-01 21:20:15 +00:00
5 lines
45 B
Python
5 lines
45 B
Python
import click
|
|
|
|
|
|
@click.group()
|
|
def cli(): ...
|