6 lines
102 B
Python

from .client.cli import main as cli
from .server import (
run_api_server,
run_webui_server,
)