mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 12:14:43 +00:00
feat: add tomllib
module
This commit is contained in:
parent
55f24ae5a6
commit
0fea05a9b4
2 changed files with 8 additions and 3 deletions
2
crates/erg_compiler/lib/pystd/tomllib.d.er
Normal file
2
crates/erg_compiler/lib/pystd/tomllib.d.er
Normal file
|
@ -0,0 +1,2 @@
|
|||
.load: Bytes -> {Str: Obj}
|
||||
.loads: Str -> {Str: Obj}
|
Loading…
Add table
Add a link
Reference in a new issue