oscillode/blender_maxwell/node_trees/maxwell_sim_nodes/contracts/schemas/node.py

10 lines
175 B
Python
Raw Normal View History

import typing as typ
import pydantic as pyd
from ..bl import ManagedObjName, SocketName
from ..managed_obj_type import ManagedObjType
class MaxwellSimNode(typ.Protocol):