aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/cores/ya.make
blob: f99c4c1da68e93c7f3a5fcc4b28a48fa00ecae17 (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()