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