add_cython_modules(
	renderer_cpp.pyx
	tests.pyx
)

add_py_modules(
	__init__.py
)
