#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Code Licensed under MIT License. See LICENSE file.
'''
from xpathwebdriver.simple_shell import main

if __name__ == "__main__":
    main()
