aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/windows/ya.make
blob: e17f86b67e391d7bdb55dd6c470c0009137d403c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
OWNER(g:yatool)

PY23_LIBRARY()

PY_SRCS(__init__.py)

PEERDIR(
    library/python/func
    library/python/strings
    contrib/python/six
)

END()