123456
  1. from dataclasses import dataclass
  2. @dataclass
  3. class AuthorTotals:
  4. author: str
  5. total_commits: int