1 2 3 4 5 6 7 8 9
from dataclasses import dataclass @dataclass class Entry: kanji: str hiragana: str english: str meanings: str note: str