mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 14:41:58 +02: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()
|