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 Normal View History

2014-12-19 02:36:17 +01:00
# -*- coding: utf-8 -*-
2017-04-12 11:03:02 +02:00
__version__ = '1.1.4'
2014-12-19 02:36:17 +01:00
if __name__ == '__main__':
2014-12-19 02:36:17 +01:00
from .cli import main
main()