Merge branch 'main' into parse_story_structure

This commit is contained in:
Veronica Berglyd Olsen
2025-04-08 12:27:41 +02:00
87 changed files with 556 additions and 452 deletions
+2 -2
View File
@@ -128,8 +128,8 @@ REGEX_PATTERNS = RegExPatterns()
class DialogParser:
__slots__ = (
"_quotes", "_dialog", "_alternate", "_enabled",
"_narrator", "_breakD", "_breakQ", "_mode",
"_alternate", "_breakD", "_breakQ", "_dialog", "_enabled", "_mode",
"_narrator", "_quotes",
)
def __init__(self) -> None: