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

__init__.py « bam « blender_bam-unpacked.whl « io_blend_utils - git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cd0a5014bc579383f9f9bf26f99ae4e04a0a19ff (plain)
1
2
3
4
5
6
7
8
# -*- coding: utf-8 -*-

__version__ = '1.1.7'

if __name__ == '__main__':
    from .cli import main

    main()