5 lines
99 B
Python
Executable file
5 lines
99 B
Python
Executable file
#!/usr/bin/env python3
|
|
from check_ovhcloud.ping import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|