mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-02-01 19:32:55 -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: ...
|