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

PEERDIR(
    library/python/codecs
    library/python/par_apply
)

PY_SRCS(
    __init__.py
)

END()

RECURSE_FOR_TESTS(
    tests
)