Source code for ac_core.modal.problem_test_case

from dataclasses import dataclass


[docs]@dataclass class ProblemTestCase(): title: str input: str = '' output: str = ''