#!/usr/bin/python3

from glue.core import Data

data = Data(x=[1, 2, 3])

data.coords
