def cmc_chart(deck_id: int) -> Response: return send_file(chart.cmc(int(deck_id)))
def cmc_chart(deck_id): return send_file(chart.cmc(int(deck_id)))