"""Aggregation assets for Snowflake."""

from .agg_play_info_hourly_v0.assets import agg_play_info_hourly_v0_insert
from .ml_song_summary_info_hourly.assets import ml_song_summary_info_hourly_insert

__all__ = [
    "agg_play_info_hourly_v0_insert",
    "ml_song_summary_info_hourly_insert",
]


