Files
insistence 9f7a0daa3b feat: 新增cli系统 (#103)
* feat: 新增cli系统

* feat: ruoyi completion支持powershell

* perf: 优化tui显示

* fix: 修复前端构建异常
2026-05-13 11:19:31 +08:00

4 lines
100 B
Python

from .service import GEN_RUNTIME, GenRuntimeService
__all__ = ['GEN_RUNTIME', 'GenRuntimeService']