1 2 3 4 5 6 7 8 9 10
from typing import Dict import attr @attr.s(auto_attribs=True) class TrlCard: id: str shortcut: str raw_data: Dict