Source code for ipygee
"""The init file of the package."""
# import in the main class the extensions built for the different GEE native classes
from .ee_feature_collection import FeatureCollectionAccessor
from .ee_image import ImageAccessor
from .ee_image_collection import ImageCollectionAccessor