Source code for openghg.dataobjects._basedata
"""
This is used as a base for the other dataclasses and shouldn't be used directly.
"""
from dataclasses import dataclass
from typing import Dict
from xarray import Dataset
"""
This is used as a base for the other dataclasses and shouldn't be used directly.
"""
from dataclasses import dataclass
from typing import Dict
from xarray import Dataset