aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/windows/ya.make
blob: 14f7dfac71dd2dcf445e0dee8dc5738315775065 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
PY23_LIBRARY()

STYLE_PYTHON()

PY_SRCS(
    __init__.py
)

PEERDIR(
    library/python/func
    library/python/strings
    contrib/python/six
)

END()

RECURSE_FOR_TESTS(
    ut
)