from .serializable import Serializable class Inventory(Serializable): def __init__(self): super().__init__()