class CountryCode(str):
    """ISO 3166-3 alpha-2 code. Example: RU,NL,UA"""


class ShazamResponse:
    """Dictionary with found data on request"""

    pass
