mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-07-04 18:42:57 +00:00
3 lines
79 B
C#
3 lines
79 B
C#
|
namespace Build.Commands;
|
||
|
|
||
|
public record Library(string Path, string Filename);
|