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

PY_SRCS(__init__.py)

PEERDIR(
    library/python/fs
    library/python/unique_id
)

END()

RECURSE_FOR_TESTS(test)