add json.scanner module (#13084)

This commit is contained in:
Stephen Morton
2024-11-24 07:54:45 -08:00
committed by GitHub
parent f9475acbe0
commit 4059f3edb9
2 changed files with 3 additions and 1 deletions

3
stdlib/json/scanner.pyi Normal file
View File

@@ -0,0 +1,3 @@
from _json import make_scanner as make_scanner
__all__ = ["make_scanner"]