6 lines
153 B
Python
6 lines
153 B
Python
import nimbus.components.plan_with_render as _pwr
|
|
|
|
from .plan_with_render import EnvPlanWithRender
|
|
|
|
_pwr.register("plan_with_render", EnvPlanWithRender)
|