pragma solidity ^0.5.0; import "./ImportOfImport.sol"; contract NodeImport is ImportOfImport { uint nodeImport; constructor() public {} }