Extract Krea action position helpers
This commit is contained in:
+4
-8
@@ -22,10 +22,8 @@ try:
|
||||
prompt_cast_descriptors as _prompt_cast_descriptors,
|
||||
)
|
||||
from .krea_clothing import natural_clothing_state as _natural_clothing_state
|
||||
from .krea_actions import (
|
||||
action_position_phrase as _action_position_phrase,
|
||||
hardcore_action_sentence as _hardcore_action_sentence,
|
||||
)
|
||||
from .krea_action_positions import action_position_phrase as _action_position_phrase
|
||||
from .krea_actions import hardcore_action_sentence as _hardcore_action_sentence
|
||||
from .krea_pov import (
|
||||
filter_pov_labeled_clauses as _filter_pov_labeled_clauses,
|
||||
merge_labels as _merge_labels,
|
||||
@@ -53,10 +51,8 @@ except ImportError: # Allows local smoke tests with `python -c`.
|
||||
prompt_cast_descriptors as _prompt_cast_descriptors,
|
||||
)
|
||||
from krea_clothing import natural_clothing_state as _natural_clothing_state
|
||||
from krea_actions import (
|
||||
action_position_phrase as _action_position_phrase,
|
||||
hardcore_action_sentence as _hardcore_action_sentence,
|
||||
)
|
||||
from krea_action_positions import action_position_phrase as _action_position_phrase
|
||||
from krea_actions import hardcore_action_sentence as _hardcore_action_sentence
|
||||
from krea_pov import (
|
||||
filter_pov_labeled_clauses as _filter_pov_labeled_clauses,
|
||||
merge_labels as _merge_labels,
|
||||
|
||||
Reference in New Issue
Block a user