This repository has been archived on 2023-02-28. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-asset-manager/bam/__init__.py

9 lines
113 B
Python
Raw Permalink Normal View History

2014-12-19 02:36:17 +01:00
# -*- coding: utf-8 -*-
2017-06-10 09:41:30 +02:00
__version__ = '1.1.8'
2014-12-19 02:36:17 +01:00
if __name__ == '__main__':
2014-12-19 02:36:17 +01:00
from .cli import main
main()