aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/cores/ya.make
blob: 76264e9cce0fc2f33d636a8edf674ae1fd02f0ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OWNER(
    prettyboy
    g:yatest
)

PY23_LIBRARY()

PY_SRCS(__init__.py)

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

END()