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
111 B
Python
Raw Normal View History

2014-12-19 02:36:17 +01:00
# -*- coding: utf-8 -*-
2016-09-15 14:07:20 +02:00
__version__ = "1.0"
2014-12-19 02:36:17 +01:00
if __name__ == '__main__':
2014-12-19 02:36:17 +01:00
from .cli import main
main()