#!/usr/libexec/platform-python
"""
Main CLI app.
"""
import mgrlibmod.mlapp

if __name__ == "__main__":
    mgrlibmod.mlapp.main()
