| 18 | public: |
| 19 | explicit PythonModel(const PythonUserModel& user_model); |
| 20 | ~PythonModel() override = default; |
| 21 | |
| 22 | [[nodiscard]] ProblemType get_problem_type() const override; |
| 23 |
nothing calls this directly
no outgoing calls
no test coverage detected