Files
issacdataengine/nimbus_extension/components/plan_with_render/__init__.py
2026-03-16 11:44:10 +00:00

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)