from pathlib import Path # TODO: for some reason modal doesn't like to include ".txt" file when installing with open(Path(__file__).parent / "assets/top_producer_tags.txt.py") as f: TOP_PRODUCER_TAGS = [clean_line for line in f.readlines() if len(clean_line := line.strip()) > 0]