mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-01-19 12:58:00 -05:00
8 lines
140 B
Python
Generated
8 lines
140 B
Python
Generated
from typing import Any
|
|
|
|
from ._struct import Struct
|
|
|
|
class NotebookNode(Struct): ...
|
|
|
|
def from_dict(d: dict[str, Any]) -> NotebookNode: ...
|