"""
Plotting toolkit for NetCDF files produced by the PEM, the GCM and XIOS.

The command-line entry point is `dispnc.cli.main`; `display_netcdf.py` at the top of
this directory is a shim that calls it, so the historical invocation

    python display_netcdf.py FILE.nc -v VAR

keeps working from any working directory.
"""

__all__ = ['cli']
