add_cython_modules(
	log_cpp.pyx
)

add_py_modules(
	__init__.py
	logging.py
	tests.py
)
