add dialog structures

This commit is contained in:
s444439 2023-04-18 16:56:20 +02:00
parent 2504053a2c
commit 6f54d63ec4

View File

@ -73,3 +73,4 @@ if __name__ == '__main__':
text = process_text(text, nazwisko_user, nazwisko_system)
text = replace_first_space_with_tab(text)
write_tsv(file_path, text)