# DO NOT add a docstring from chatfield import chatfield # The chatfield.cli module will import this `interview` object. # **CRITICAL** - Replace the commented examples below with the real data definition. interview = (chatfield() # .type(
) # .desc() # Define Alice's type plus at least one trait. # .alice() # .type() # .trait() # # Optional additional .trait() calls # Define Bob's type plus at least one trait. # .bob() # .type() # .trait() # # Optional additional .trait() calls # Define one or more fields. # .field() # .desc() .build() )