mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-03 09:39:47 +00:00
3 lines
79 B
C#
3 lines
79 B
C#
|
namespace Build.Commands;
|
||
|
|
||
|
public record Library(string Path, string Filename);
|