Sybren A. Stüvel 6c42d06f05 Add a __main__.py file
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.
2025-07-11 15:42:39 +02:00

4 lines
53 B
Python

from blender_asset_tracer import cli
cli.cli_main()