mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-08-25 14:53:37 +00:00
python-consul is unmaintained for a long time and py-consul is an official replacement. However, we still keep backward compatibility with python-consul. Close: #3189
4 lines
142 B
Python
4 lines
142 B
Python
from consul.check import Check
|
|
from consul.base import ConsulException, NotFound
|
|
__all__ = ['Check', 'ConsulException', 'Consul', 'NotFound']
|