Add a few missing stdlib modules (#4550)

This commit is contained in:
Sebastian Rittau
2020-09-18 17:28:25 +02:00
committed by GitHub
parent 4e88557666
commit fe69ffcb0f
7 changed files with 58 additions and 0 deletions

1
stdlib/3/json/tool.pyi Normal file
View File

@@ -0,0 +1 @@
def main() -> None: ...