Skip to content

Simple

A LynxKite executor that simply passes the output of one box to the other.

register ยค

register(env: str)

Registers the simple executor.

Usage:

from lynxkite.core.executors import simple
simple.register("My Environment")