mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
6 lines
134 B
Python
6 lines
134 B
Python
"""Run bat_detect.command.main() from the command line."""
|
|
from bat_detect.cli import detect
|
|
|
|
if __name__ == "__main__":
|
|
detect()
|