#!python
import sys

if __name__ == '__main__':
  from mllint.cli import mllint
  sys.exit(mllint())
