__init__.py 313 B

12345678
  1. # -------------------------------------------------------------------------
  2. # Copyright (c) Microsoft Corporation. All rights reserved.
  3. # Licensed under the MIT License.
  4. # --------------------------------------------------------------------------
  5. import os
  6. import sys
  7. sys.path.append(os.path.dirname(__file__))