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