This commit is contained in:
zznty
2022-05-24 15:49:43 +07:00
commit c20e468b99
32 changed files with 1654 additions and 0 deletions

8
LightPerms/Config.cs Normal file
View File

@@ -0,0 +1,8 @@
using Torch;
namespace LightPerms;
public class Config : ViewModel
{
}