Editor/Assembly.cs
namespace PaneOS.InteractiveComputer.Editor;

/// <summary>
/// Marker type so the s&box library has a stable editor assembly.
/// </summary>
public static class PaneOSEditorAssembly
{
}