mirror of
https://github.com/macaodha/batdetect2.git
synced 2025-06-29 22:51:58 +02:00
7 lines
120 B
Python
7 lines
120 B
Python
import logging
|
|
|
|
numba_logger = logging.getLogger("numba")
|
|
numba_logger.setLevel(logging.WARNING)
|
|
|
|
__version__ = "1.2.0"
|