You've already forked edk2-upstream
mirror of
https://github.com/Dasharo/edk2-upstream.git
synced 2026-03-06 15:03:57 -08:00
12 lines
228 B
YAML
12 lines
228 B
YAML
|
|
## @file
|
||
|
|
# Add this folder to the pypath so modules can be easily
|
||
|
|
# loaded
|
||
|
|
#
|
||
|
|
# Copyright (c) Microsoft Corporation.
|
||
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||
|
|
##
|
||
|
|
{
|
||
|
|
"scope": "global",
|
||
|
|
"flags": ["set_pypath"]
|
||
|
|
}
|