ya.make 184 B

123456789101112131415
  1. PY23_LIBRARY()
  2. PY_SRCS(
  3. __init__.py
  4. )
  5. STYLE_PYTHON()
  6. PEERDIR(
  7. library/python/testing/yatest_common
  8. )
  9. PY_CONSTRUCTOR(library.python.testing.yatest_common_standalone)
  10. END()