add_cython_modules(
	main_cpp.pyx
	tests.pyx
)

add_py_modules(
	__init__.py
	main.py
)
