// SPDX-License-Identifier: MIT pragma solidity ^0.6.12; /** * @title Account base * * @author Stanisław Głogowski */ contract AccountBase { address public registry; }