batdetect2/run_batdetect.py
2023-04-07 11:24:22 -06:00

6 lines
134 B
Python

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