diff --git a/diagrams/__init__.py b/diagrams/__init__.py index 6fe2a80..5031c7d 100644 --- a/diagrams/__init__.py +++ b/diagrams/__init__.py @@ -82,7 +82,7 @@ class Diagram: filename: str = "", direction: str = "LR", curvestyle: str = "ortho", - outformat: str = "png", + outformat: str | list[str] = "png", autolabel: bool = False, show: bool = True, strict: bool = False,