check-patroni/check_patroni/__init__.py

6 lines
90 B
Python

import logging
__version__ = "0.1.1"
_log: logging.Logger = logging.getLogger(__name__)