aboutsummaryrefslogtreecommitdiffstats
path: root/build/plugins/lib/nots/ya.make
blob: 681a1dea1a4e3bd2cc2d0764ec3e2ddbc77d34b4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
PY23_LIBRARY()

OWNER(dankolesnikov)

PY_SRCS(
    __init__.py
)

PEERDIR(
    build/plugins/lib/nots/package_manager
    build/plugins/lib/nots/typescript
)

END()