from .extract import Extract as ExtractSpotifyArtistAggregates from .load import Load as LoadSpotifyArtistAggregates from .switch import Switch as SwitchSpotifyArtistAggregates from .transform import Transform as TransformSpotifyArtistAggregates __all__ = [ "ExtractSpotifyArtistAggregates", "TransformSpotifyArtistAggregates", "LoadSpotifyArtistAggregates", "SwitchSpotifyArtistAggregates", ]