6 lines
66 B
C++
6 lines
66 B
C++
#ifndef PY_HPP
|
|
#define PY_HPP
|
|
|
|
struct PyTarget: Target {};
|
|
|
|
#endif |