ya.make 193 B

123456789101112131415
  1. PY23_LIBRARY()
  2. STYLE_PYTHON()
  3. PY_SRCS(
  4. event.py
  5. import_tracer.py
  6. constants.py
  7. regulator.py
  8. converters/base.py
  9. converters/chrometrace.py
  10. converters/raw.py
  11. )
  12. END()