mirror of
https://github.com/thegeeklab/ansible-later.git
synced 2024-11-15 01:30:40 +00:00
5 lines
67 B
Python
5 lines
67 B
Python
|
from yamllint.cli import run
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
run()
|