Source code for oi_cli2.model.TestCasefrom dataclasses import dataclass [docs]@dataclass class TestCase: in_data: str = '' out_data: str = ''