aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/func/ya.make
blob: 72ebac784af12f43b7db9c1572a5ca35e804af13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
PY23_LIBRARY()

PY_SRCS(__init__.py)

PEERDIR(contrib/python/six)

END()

RECURSE_FOR_TESTS(
    ut
)