diff options
Diffstat (limited to 'library/python/compress/ya.make')
| -rw-r--r-- | library/python/compress/ya.make | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/library/python/compress/ya.make b/library/python/compress/ya.make new file mode 100644 index 00000000000..e0b5dbe9e05 --- /dev/null +++ b/library/python/compress/ya.make @@ -0,0 +1,12 @@ +PY23_LIBRARY() + +PEERDIR( + library/python/codecs + library/python/par_apply +) + +PY_SRCS( + __init__.py +) + +END() |
