aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/resource/ya.make
blob: 4f4ff96ad39f54adaeed4d3895067433474a6317 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
PY23_LIBRARY()

STYLE_PYTHON()

PEERDIR(
    contrib/python/six
)

PY_SRCS(__init__.py)

END()

RECURSE_FOR_TESTS(ut)