Add a `__main__.py` file, so that BAT can be run with `python3 -m blender_asset_tracer`. This makes it easier to start BAt in a debugger.
4 lines
53 B
Python
4 lines
53 B
Python
from blender_asset_tracer import cli
|
|
|
|
cli.cli_main()
|