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