var FoolsGrans = artifacts.require("./FoolsGrans.sol"); module.exports = function(deployer) { deployer.deploy(FoolsGrans); };