#!/usr/bin/env python
import sys
import mysql_autodoc

if __name__ == '__main__':
    sys.exit(mysql_autodoc.main() or 0)
