updated run_batdetect script

This commit is contained in:
Santiago Martinez 2023-03-20 11:14:14 +00:00
parent 0aa3d9d1e0
commit ad1c345751

View File

@ -1,5 +1,5 @@
"""Run bat_detect.command.main() from the command line.""" """Run bat_detect.command.main() from the command line."""
from bat_detect.cli import main from bat_detect.cli import detect
if __name__ == "__main__": if __name__ == "__main__":
main() detect()