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