Enable batdetect2 in the cli

This commit is contained in:
mbsantiago 2025-08-11 12:25:04 +01:00
parent c41551b59c
commit b997a122f1

View File

@ -1,6 +1,7 @@
"""BatDetect2 command line interface."""
import click
from loguru import logger
# from batdetect2.cli.ascii import BATDETECT_ASCII_ART
@ -21,4 +22,5 @@ BatDetect2 - Detection and Classification
def cli():
"""BatDetect2 - Bat Call Detection and Classification."""
click.echo(INFO_STR)
logger.enable("batdetect2")
# click.echo(BATDETECT_ASCII_ART)