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