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

PY23_LIBRARY()

STYLE_PYTHON()

PY_SRCS(
    __init__.py=lib.test_const
)

PEERDIR(
    build/plugins/lib/test_const
)

END()