mirror of
https://github.com/nsnail/dot.git
synced 2025-06-17 13:03:22 +08:00
5 lines
119 B
C#
5 lines
119 B
C#
// ReSharper disable ClassNeverInstantiated.Global
|
|
|
|
namespace Dot.Color;
|
|
|
|
internal sealed class Option : OptionBase { } |