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

PY_SRCS(__init__.py)

PEERDIR(
    contrib/python/six
    library/python/reservoir_sampling
)

END()