Source code for terminhtml_recorder.formats from enum import Enum [docs]class OutputFormat(str, Enum): WEBM = "webm" GIF = "gif"