aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/par_apply/ya.make
blob: b14592ab799b17df43282b152b3f0feb8466d421 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PY23_LIBRARY()

PEERDIR(
    contrib/python/six
)

PY_SRCS(
    __init__.py
)

END()