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