#! /usr/bin/env python3 #=============================== # # schedule # # This schedule is based on # https://github.com/sbstjn/timesheet.js.git # # 2021/02/08 Kuninori Morimoto #=============================== class schedule: list = [ # SoC ['07/2020', '04/2023', 'V3U'], ['07/2020', '12/2021', 'V3H 2.0'], ['04/2021', '12/2022', 'Gen3e'], ['06/2021', '07/2023', 'S4'], ['10/2021', '12/2023', 'V4H'], ['01/2022', '12/2023', 'M4'], ['08/2022', '06/2024', 'V4M'], # BSP ['07/2020', '06/2021', 'V3H BSP'], ['01/2021', '12/2021', 'Gen3e BSP'], ['01/2021', '12/2022', 'S4 BSP'], ['02/2021', '02/2022', 'V3U BSP'], ['04/2021', '12/2022', 'M4 BSP'], ['07/2021', '12/2023', 'V4H BSP'], ['02/2022', '12/2023', 'V4M BSP'], ]