//SPDX-License-Identifier: UNLICENSED
pragma solidity >=0.6.0;
import { Bar } from './Bar.sol';
import { Foo } from './Foo.sol';
contract FooBar {}