check-patroni/check_patroni/__main__.py
2021-07-02 12:37:03 +02:00

5 lines
61 B
Python

from .cli import main
if __name__ == "__main__":
main()