aboutsummaryrefslogtreecommitdiff
path: root/examples/bzlmod/other_module/other_module/pkg/bin.py
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bzlmod/other_module/other_module/pkg/bin.py')
-rw-r--r--examples/bzlmod/other_module/other_module/pkg/bin.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/bzlmod/other_module/other_module/pkg/bin.py b/examples/bzlmod/other_module/other_module/pkg/bin.py
new file mode 100644
index 0000000..3e28ca2
--- /dev/null
+++ b/examples/bzlmod/other_module/other_module/pkg/bin.py
@@ -0,0 +1,6 @@
+import sys
+
+import absl
+
+print("Python version:", sys.version)
+print("Module 'absl':", absl)