""" Application constants """ from typing import List APP_NAME: str = "apple_top_playlists_aggregation" ENV_PROD: str = 'prod' ENV_DEV: str = 'dev' TOP_PLAY_LISTS_NUMBER: int = 250 DISTRIBUTOR_IDS: List[str] = ['1', '2', '3']