from ....base import AggregatesSwitchBase from ....constants import ARTIST_SOUNDCLOUD_TRACK_TABLE __all__ = ["Switch"] class Switch(AggregatesSwitchBase): table_name: str = ARTIST_SOUNDCLOUD_TRACK_TABLE