001package jmri.jmrix.openlcb.swing.stleditor;
002
003/**
004 * Swing action to create and register a StlEditorPane object
005 *
006 * @author Dave Sand Copyright (C) 2024
007 */
008public class StlEditorAction extends StlEditorPane.Default {
009
010}