6789101112
import org.intellij.vcs.mks.actions.api.AboutMksAPICommand; import org.jetbrains.annotations.NotNull; public class AboutMksAction extends BasicAction { public AboutMksAction() { super(new AboutMksAPICommand()); }