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