mirror of
https://github.com/macaodha/batdetect2.git
synced 2026-01-10 17:19:34 +01:00
6 lines
134 B
Python
6 lines
134 B
Python
"""Run batdetect2.command.main() from the command line."""
|
|
from batdetect2.cli import detect
|
|
|
|
if __name__ == "__main__":
|
|
detect()
|