summaryrefslogtreecommitdiffstats
path: root/library/python/find_root
diff options
context:
space:
mode:
Diffstat (limited to 'library/python/find_root')
-rw-r--r--library/python/find_root/ya.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/library/python/find_root/ya.make b/library/python/find_root/ya.make
new file mode 100644
index 00000000000..35821361805
--- /dev/null
+++ b/library/python/find_root/ya.make
@@ -0,0 +1,5 @@
+PY23_LIBRARY()
+
+PY_SRCS(__init__.py)
+
+END()