Initial commit

This commit is contained in:
2025-06-04 23:42:03 +08:00
commit 6e10240402
48 changed files with 2300 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#parse("open-source-license-header")
#if (${PACKAGE_NAME} != "")package ${PACKAGE_NAME}
#end
data class ${NAME}()