benchmarkstt.input package

%%{init: {'theme': 'base', 'themeVariables': { 'primaryColor': '#e7f2fa', 'lineColor': '#2980B9' }}}%% classDiagram Input class Input { <<abstract>> <<iterable>> }

Responsible for dealing with input formats and converting them to benchmarkstt native schema

class benchmarkstt.input.Input[source]

Bases: abc.ABC

Submodules