batdetect2/run_batdetect.py
2023-03-20 11:09:41 +00:00

6 lines
130 B
Python

"""Run bat_detect.command.main() from the command line."""
from bat_detect.cli import main
if __name__ == "__main__":
main()