Here are my classes:
class A(Something): def __init__(self, **kwargs): super().__init__(**kwargs) self.amounts = [] self.counts =