var Lazy = artifacts.require('Lazy'); module.exports = function(deployer) { deployer.deploy(Lazy); }