# Data Access Containers

{class}`~tecio.ZoneList` and {class}`~tecio.VariableList` are the
format-agnostic container types returned by ``Read.zone`` and
``ReadZone.variable`` for every supported format ({mod}`tecio.szl`,
{mod}`tecio.plt`, and {mod}`tecio.dat`). 

```{eval-rst}
.. currentmodule:: tecio

.. autoclass:: ZoneList
   :members:
   :show-inheritance:

.. autoclass:: VariableList
   :members:
   :show-inheritance:
```
