batdetect2/batdetect2/__init__.py

7 lines
120 B
Python

import logging
numba_logger = logging.getLogger("numba")
numba_logger.setLevel(logging.WARNING)
__version__ = "1.0.8"