
    -e                    z    d Z ddlmZ ddlZ ej        e          ZddlmZm	Z	 dZ
 e e	d                    ZdS )a   Provide medal counts by country for the 2014 Olympics.

Sourced from public news sources in 2014.

This module contains a single dict: ``data``.

The dictionary has a key ``"data"`` that lists sub-dictionaries, one for each
country:

.. code-block:: python

    {
        'abbr': 'DEU',
        'medals': {'total': 15, 'bronze': 4, 'gold': 8, 'silver': 3},
        'name': 'Germany'
    }

.. bokeh-sampledata-xref:: olympics2014
    )annotationsN   )	load_jsonpackage_path)datazolympics2014.json)__doc__
__future__r   logging	getLogger__name__logutil.sampledatar   r   __all__r        =lib/python3.11/site-packages/bokeh/sampledata/olympics2014.py<module>r      s    . # " " " " " g!! 6 5 5 5 5 5 5 5( y12233r   