Skip to content

Commit 255c971

Browse files
committed
feat(console): load the module by default to make console globally available
1 parent 09423d3 commit 255c971

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

python/pythonmonkey/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,6 @@
55
# Expose the package version
66
import importlib.metadata
77
__version__= importlib.metadata.version(__name__)
8+
9+
# Load the module by default to make `console` globally available
10+
require("console")

0 commit comments

Comments
 (0)