export it too

Co-authored-by: Jean-Paul Calderone <exarkun@twistedmatrix.com>
This commit is contained in:
meejah 2023-02-23 15:37:46 -07:00 committed by GitHub
parent 6aff94dd8f
commit a6a2eb1c93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,4 +116,4 @@ loads = json.loads
load = json.load
__all__ = ["dumps", "loads"]
__all__ = ["dumps", "loads", "load"]