carefully setup shell + rename
This commit is contained in:
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user