# Declare a HardwareStore subclass that inherits from the Store superclass. # Do not define any attributes and methods on the subclass. # Use the pass keyword to avoid a class body in HardwareStore. # ...