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

6 lines
134 B
Python

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