Extract character slot policy
This commit is contained in:
+4
-4
@@ -10,6 +10,7 @@ try:
|
||||
character_body_choices,
|
||||
character_descriptor_detail_choices,
|
||||
character_eye_color_choices,
|
||||
character_figure_choices,
|
||||
character_hair_color_choices,
|
||||
character_hair_length_choices,
|
||||
character_hair_style_choices,
|
||||
@@ -23,11 +24,10 @@ try:
|
||||
character_profile_choices,
|
||||
load_character_profile_json,
|
||||
)
|
||||
from .character_slot import build_character_slot_json
|
||||
from .prompt_builder import (
|
||||
build_character_profile_json,
|
||||
build_character_slot_json,
|
||||
character_ethnicity_choices,
|
||||
character_figure_choices,
|
||||
character_hardcore_clothing_state_choices,
|
||||
character_hardcore_clothing_values,
|
||||
character_softcore_outfit_source_choices,
|
||||
@@ -41,6 +41,7 @@ except ImportError: # Allows local smoke tests from the repository root.
|
||||
character_body_choices,
|
||||
character_descriptor_detail_choices,
|
||||
character_eye_color_choices,
|
||||
character_figure_choices,
|
||||
character_hair_color_choices,
|
||||
character_hair_length_choices,
|
||||
character_hair_style_choices,
|
||||
@@ -54,11 +55,10 @@ except ImportError: # Allows local smoke tests from the repository root.
|
||||
character_profile_choices,
|
||||
load_character_profile_json,
|
||||
)
|
||||
from character_slot import build_character_slot_json
|
||||
from prompt_builder import (
|
||||
build_character_profile_json,
|
||||
build_character_slot_json,
|
||||
character_ethnicity_choices,
|
||||
character_figure_choices,
|
||||
character_hardcore_clothing_state_choices,
|
||||
character_hardcore_clothing_values,
|
||||
character_softcore_outfit_source_choices,
|
||||
|
||||
Reference in New Issue
Block a user