feat: add tomllib module

This commit is contained in:
Shunsuke Shibayama 2023-10-16 13:31:05 +09:00
parent 55f24ae5a6
commit 0fea05a9b4
2 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,2 @@
.load: Bytes -> {Str: Obj}
.loads: Str -> {Str: Obj}