


_PART_A="first part of secret"
_PART_B="second part of secret"
module.exports.PART_A=_PART_A
module.exports.PART_B=_PART_B


