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

STYLE_PYTHON()

PY_SRCS(__init__.py)

END()

RECURSE_FOR_TESTS(
    tests
)