[IMP] survey_event_generation: add event selection in surveys depending on event stage boolean

This commit is contained in:
clementthomas
2023-10-03 12:13:03 +02:00
parent 96d2055903
commit cb474958d5
8 changed files with 102 additions and 13 deletions

View File

@@ -1,4 +1,7 @@
from . import survey_question
from . import survey_user_input
from . import survey_user_input_line
from . import survey_survey
from . import survey_survey
from . import event_stage
from . import event_event
from . import product_product