This commit is contained in:
lda
2026-08-30 10:25:26 +07:00 Verified
parent ad716bfb7f
commit 85adbcf37d
3 changed files with 7 additions and 9 deletions
+1 -1
View File
@@ -2,8 +2,8 @@ import unittest
from fastapi.testclient import TestClient
from ipython_shell import App, AppInfo
from ipython_mcp.app import app as mcp_app
from ipython_shell import App, AppInfo
from ipython_webapp.app import app as web_app
from langchain_demo.ipython_wrapper import get_app_info