from typing import NamedTuple class TaskTag(NamedTuple): task_id: int tag_id: int