"""IO Module for NetCDF Format """ from __future__ import absolute_import from .NetCDFFactory import NetCDFFactory __all__ = ["NetCDFFactory"]