#!/usr/bin/env python2.7

import ma.api.help

def _main():
    h = ma.api.help.HelpApi()
    h.print_help()

if __name__ == '__main__':
    _main()
