blob: bc4a80b75688c45e409cfdb9eb225cd652313c62 [file] [log] [blame]
#!/usr/bin/env python3.8
# Copyright 2020 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import sys
from os import path
sys.path.append(path.dirname(path.dirname(path.abspath(__file__))))