mirror of
https://github.com/outbackdingo/patroni.git
synced 2026-01-27 18:20:05 +00:00
7 lines
87 B
Python
Executable File
7 lines
87 B
Python
Executable File
#!/usr/bin/env python
|
|
from patroni import main
|
|
|
|
|
|
if __name__ == '__main__':
|
|
main()
|