5 lines
67 B
Python
5 lines
67 B
Python
from yamllint.cli import run
|
|
|
|
if __name__ == '__main__':
|
|
run()
|