eigent/backend/cli.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

10 lines
146 B
Python

from app.component.environment import auto_import
from app.command import cli
auto_import("app.command")
if __name__ == "__main__":
cli()