Create cjson.pyi

This commit is contained in:
blueloveTH 2023-10-15 23:57:13 +08:00
parent f66c031fa9
commit 5f6c7f3f23

View File

@ -0,0 +1,2 @@
def loads(string: str) -> object: ...
def dumps(obj: object) -> str: ...