8 lines
216 B
Python
8 lines
216 B
Python
# Copyright 2022 The PDFium Authors
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
# found in the LICENSE file.
|
|
|
|
import pdfium_root
|
|
|
|
pdfium_root.add_source_directory_to_import_path('build')
|