package com.iluwatar; public class SpaceStationIss extends SpaceStationMir { public SpaceStationIss(int left, int top, int right, int bottom) { super(left, top, right, bottom); } }