dot/src/IOption.cs
2022-12-15 08:53:42 +08:00

3 lines
46 B
C#

namespace Dot;
internal interface IOption { }