diff options
author | robot-ydb-importer <robot-ydb-importer@yandex-team.com> | 2024-02-14 19:47:36 +0300 |
---|---|---|
committer | robot-ydb-importer <robot-ydb-importer@yandex-team.com> | 2024-02-14 21:51:48 +0300 |
commit | ccc9ad1a6914b4cce50935b1b3fd868ed69fed13 (patch) | |
tree | 9dea935eaf96e944bf8262a295eb8bccb7bce077 /library/python/monlib/ut/ya.make | |
parent | 37ca0ae098448d6f7d13b7c651f38c282915ad3a (diff) | |
download | ydb-ccc9ad1a6914b4cce50935b1b3fd868ed69fed13.tar.gz |
YDB Import 566
96265cd0cc64e1b9bb31fe97b915ed2a09caf1cb
Diffstat (limited to 'library/python/monlib/ut/ya.make')
-rw-r--r-- | library/python/monlib/ut/ya.make | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/library/python/monlib/ut/ya.make b/library/python/monlib/ut/ya.make new file mode 100644 index 0000000000..9082c0e323 --- /dev/null +++ b/library/python/monlib/ut/ya.make @@ -0,0 +1,7 @@ +PY23_LIBRARY() + +PY_SRCS( + metric_ut.pyx +) + +END() |