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
@@ -5,7 +5,7 @@ import unittest
from fastapi.encoders import jsonable_encoder
from fastapi.testclient import TestClient
from ipython_demo import App, Shell
from ipython_shell import App, Shell
from ipython_webapp.app import app as web_app