aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/tests/fake_ymake/ya.make
blob: 4d054ab72a30dc38f6aa7ac585f7841fe5388c4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
SUBSCRIBER(g:ymake)

PY23_LIBRARY()

STYLE_PYTHON()

PY_SRCS(
    __init__.py=ymake
)

END()