Extract camera config policy
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@ import json
|
||||
|
||||
try:
|
||||
from .loop_nodes import ANY_TYPE
|
||||
from .prompt_builder import (
|
||||
from .camera_config import (
|
||||
build_camera_config_json,
|
||||
build_camera_orbit_config_json,
|
||||
build_qwen_camera_config_json,
|
||||
@@ -22,7 +22,7 @@ try:
|
||||
)
|
||||
except ImportError: # Allows local smoke tests from the repository root.
|
||||
from loop_nodes import ANY_TYPE
|
||||
from prompt_builder import (
|
||||
from camera_config import (
|
||||
build_camera_config_json,
|
||||
build_camera_orbit_config_json,
|
||||
build_qwen_camera_config_json,
|
||||
|
||||
Reference in New Issue
Block a user