This is quite a minor thing, but the Python3's problem template uses types annotations, however `typing` isn't imported. Could you please add `from typing import *` somewhere before `# @lc code=start` in the Python's template?