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