from __future__ import annotations

from typing import Any


def import_data_from_view(data: dict[str, Any]) -> None:
    """Import data that are sent from Twitch Drop Miner.

    Args:
        data (dict[str, Any]): The data to import.
    """