from .extract import Extract as ExtractSpotifyAlbumAggregates from .load import Load as LoadSpotifyAlbumAggregates from .switch import Switch as SwitchSpotifyAlbumAggregates from .transform import Transform as TransformSpotifyAlbumAggregates __all__ = [ "ExtractSpotifyAlbumAggregates", "TransformSpotifyAlbumAggregates", "LoadSpotifyAlbumAggregates", "SwitchSpotifyAlbumAggregates", ]