ya.make 126 B

12345678910111213
  1. OWNER(g:ymake)
  2. PY23_LIBRARY()
  3. PY_SRCS(
  4. __init__.py=lib.test_const
  5. )
  6. PEERDIR(
  7. build/plugins/lib/test_const
  8. )
  9. END()