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