blob: fd14ef5735155bb15e91282caa0a90155c50b4c7 [file] [log] [blame]
# -*- coding: utf-8 -*-
# Copyright 2019 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Library providing access to the model configuration from the host"""
import sys
import os
this_dir = os.path.dirname(__file__)
sys.path.insert(0, this_dir)
sys.path.insert(0, os.path.join(this_dir, '../../../config/python/'))