From 6f54d63ec458f346f2c32da555685a073f783d5c Mon Sep 17 00:00:00 2001 From: s444439 Date: Tue, 18 Apr 2023 16:56:20 +0200 Subject: [PATCH] add dialog structures --- utils/script.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/script.py b/utils/script.py index 8adadc7..e234aa2 100644 --- a/utils/script.py +++ b/utils/script.py @@ -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) +