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

__main__.py « bam « blender_bam-1.1.7-py3-none-any.whl « io_blend_utils - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c5f166b0dceff5c45a0ab963b8c1d993880b624f (plain)
1
2
3
4
5
6
7
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")