Cleanup of unnecessary imports across the codebase. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
7 lines
120 B
C#
7 lines
120 B
C#
namespace CutList.Core.Nesting
|
|
{
|
|
public interface IEngine
|
|
{
|
|
Result Pack(List<BinItem> items);
|
|
}
|
|
} |