wip
This commit is contained in:
parent
a6f36ca6f9
commit
c9f7d54e07
13 changed files with 1803 additions and 42 deletions
|
|
@ -2,6 +2,7 @@ import atexit
|
|||
from typing import List, Tuple
|
||||
|
||||
from marvin import ai_fn
|
||||
from numpy import character
|
||||
import pydantic
|
||||
from pydantic import Field
|
||||
from rich.panel import Panel
|
||||
|
|
@ -9,7 +10,6 @@ from rich.prompt import Prompt
|
|||
from rich.table import Table
|
||||
|
||||
from marvin_sw_text_adventure.console import console
|
||||
from numpy import character
|
||||
|
||||
|
||||
@ai_fn
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue