This commit is contained in:
2022-11-30 13:35:24 +08:00
parent e9d755e7a6
commit a9fb5dba38
28 changed files with 908 additions and 1 deletions

3
src/IOption.cs Normal file
View File

@@ -0,0 +1,3 @@
namespace Dot;
public interface IOption { }