1#include "taichi/program/py_print_buffer.h"
2
3namespace taichi {
4
5PythonPrintBuffer py_cout;
6
7} // namespace taichi
8