Initial project

This commit is contained in:
Timi
2025-07-13 17:58:12 +08:00
parent 6c59beb2a8
commit 791cf9b770
19 changed files with 774 additions and 94 deletions

15
test_converter.yaml Normal file
View File

@ -0,0 +1,15 @@
str: str value
num: 123
bool: true
enum_test: TEST2
converter_test: converter test update
obj:
obj_str: test str
obj_list:
- str item0
- str item1
list:
- 0
- 1
- 2
- 3