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
+2 -2
View File
@@ -2,8 +2,8 @@ from typing import Annotated, Literal
from fastapi import Body, Depends, FastAPI, HTTPException, Path, Query
from ipython_demo import App
from ipython_demo.models import CallOptions
from ipython_shell import App
from ipython_shell.models import CallOptions
app = FastAPI(title="IPython Demo", version="0.1.0")