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

PY_SRCS(__init__.py)

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

END()