feat: streamline onboarding and add --version

This commit is contained in:
banteg
2025-12-29 19:33:27 +04:00
parent d151788edb
commit e1fcc681eb
11 changed files with 53 additions and 91 deletions
+1 -2
View File
@@ -1,8 +1,7 @@
import json
from pathlib import Path
from takopi.exec_render import ExecProgressRenderer, render_event_cli
from takopi.rendering import render_markdown
from takopi.exec_render import ExecProgressRenderer, render_event_cli, render_markdown
def _loads(lines: str) -> list[dict]: