How to understand this way of declaring a class?

class Linear(Bottle, nn.Linear): pass

I’m new user of torch. I get confused about this statement when I read the code in https://github.com/pytorch/examples/blob/master/snli/model.py, line 16. Can someone help me?