from vega_datasets.core import DataLoader, LocalDataLoader

data = DataLoader()
local_data = LocalDataLoader()
__version__ = "0.8.0"

# This is the tag in http://github.com/vega/vega-datasets from
# which the datasets in this repository are sourced.
SOURCE_TAG = "v1.29.0"
