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

LICENSE(MIT)

PY_SRCS(
    __init__.py
)

PEERDIR(
    contrib/python/termcolor
)

END()