aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/test_const/proxy/ya.make
blob: 37d459cc00964790e34e21a38fdf7a871d46d7b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER(g:ymake)

PY23_LIBRARY()

PY_SRCS(
    __init__.py=lib.test_const
)

PEERDIR(
    build/plugins/lib/test_const
)

END()