Split HTML5 projects renderer
CI / python (push) Has been cancelled
CI / rust (push) Has been cancelled

This commit is contained in:
2026-05-17 11:35:50 +03:00
parent dfc400c4e9
commit d68c656ce6
3 changed files with 101 additions and 98 deletions
+1 -4
View File
@@ -37,10 +37,7 @@ from fastapi.staticfiles import StaticFiles
from neo4j import AsyncGraphDatabase
from pydantic import BaseModel, Field
from api_server.html5 import (
render_html5_index,
render_html5_project_rows,
)
from api_server.html5_projects import render_html5_index, render_html5_project_rows
from api_server.html5_inspector import (
render_html5_flowchart,
render_html5_object_context,