add save function in pipeline

This commit is contained in:
wls2002
2024-06-16 21:47:53 +08:00
parent b9d6482d11
commit fb2ae5d2fa
10 changed files with 94 additions and 164 deletions

View File

@@ -1,2 +1,3 @@
from .base import BaseNodeGene
from .default import DefaultNodeGene
from .default_without_response import NodeGeneWithoutResponse