001package jmri.jmrix.openlcb.swing.memtool;
002
003/**
004 * Swing action to create and register a MemoryToolPane object
005 *
006 * @author Bob Jacobsen Copyright (C) 2009, 2010, 2023
007 */
008public class MemoryToolAction extends MemoryToolPane.Default {
009
010}