#!/usr/bin/python
from seesaw.script.run_warrior import main


if __name__ == '__main__':
    main()
