#!python
if __name__ == '__main__':
    import sys
    from sospex import start

    sys.exit(start.main())
