Files
Alexander KukushkinandGitHub e8a8bfe42f Switch to py-consul (#3191)
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
2024-10-28 09:58:57 +01:00

4 lines
142 B
Python

from consul.check import Check
from consul.base import ConsulException, NotFound
__all__ = ['Check', 'ConsulException', 'Consul', 'NotFound']