var Recovery = artifacts.require("./Recovery.sol");

module.exports = function(deployer) {
  deployer.deploy(Recovery);
};