1# This file exists to allow `python wpt <command>` to work on Windows:
2# https://github.com/web-platform-tests/wpt/pull/6907 and
3# https://github.com/web-platform-tests/wpt/issues/23095
4import os
5abspath = os.path.abspath(__file__)
6os.chdir(os.path.dirname(abspath))
7exec(compile(open("wpt", "r").read(), "wpt", 'exec'))
8