# The definitions are intentionally done in the __init__.
# This file only exists in case someone imports from netCDF4._netCDF4
from . import (
    CompoundType,
    Dataset,
    Dimension,
    EnumType,
    Group,
    MFDataset,
    MFTime,
    NetCDF4MissingFeatureException,
    Variable,
    VLType,
    __has_blosc_support__,
    __has_bzip2_support__,
    __has_cdf5_format__,
    __has_nc_create_mem__,
    __has_nc_inq_format_extended__,
    __has_nc_inq_path__,
    __has_nc_open_mem__,
    __has_nc_rc_set__,
    __has_ncfilter__,
    __has_parallel4_support__,
    __has_parallel_support__,
    __has_pnetcdf_support__,
    __has_quantization_support__,
    __has_rename_grp__,
    __has_set_alignment__,
    __has_szip_support__,
    __has_zstandard_support__,
    __hdf5libversion__,
    __netcdf4libversion__,
    __version__,
    chartostring,
    date2index,
    date2num,
    default_encoding,
    default_fillvals,
    dtype_is_complex,
    get_alignment,
    get_chunk_cache,
    getlibversion,
    is_native_big,
    is_native_little,
    num2date,
    rc_get,
    rc_set,
    set_alignment,
    set_chunk_cache,
    stringtoarr,
    stringtochar,
    unicode_error,
)
