aboutsummaryrefslogtreecommitdiffstats
path: root/devtools/ya/test/const/ya.make
blob: e495887db7cbc698590c70e2f1ac6b8bf456a842 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_LIBRARY()

PEERDIR(
    build/plugins/lib/test_const
)

STYLE_PYTHON()

PY_SRCS(
    NAMESPACE test.const
    __init__.py
)

END()