Files
dot/src/IOption.cs
2022-11-30 13:35:24 +08:00

3 lines
44 B
C#

namespace Dot;
public interface IOption { }