carefully setup shell + rename

This commit is contained in:
lda
2026-08-30 10:25:06 +07:00 Verified
parent 16553b82c7
commit ad716bfb7f
15 changed files with 368 additions and 211 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import unittest
from fastapi.testclient import TestClient
from ipython_demo import App, AppInfo
from ipython_shell import App, AppInfo
from ipython_mcp.app import app as mcp_app
from ipython_webapp.app import app as web_app
from langchain_demo.ipython_wrapper import get_app_info