Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'io_blend_utils/blender_bam-unpacked.whl/bam/__main__.py')
-rw-r--r--io_blend_utils/blender_bam-unpacked.whl/bam/__main__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/io_blend_utils/blender_bam-unpacked.whl/bam/__main__.py b/io_blend_utils/blender_bam-unpacked.whl/bam/__main__.py
new file mode 100644
index 00000000..c5f166b0
--- /dev/null
+++ b/io_blend_utils/blender_bam-unpacked.whl/bam/__main__.py
@@ -0,0 +1,8 @@
+"""Main module for running python -m bam.
+
+Doesn't do much, except for printing general usage information.
+"""
+
+print("The 'bam' module cannot be run directly. The following subcommand is available:")
+print()
+print("python -m bam.pack")