mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
13 lines
191 B
C++
13 lines
191 B
C++
#ifndef PY_LIEF_DBG_DWARF_H
|
|
#define PY_LIEF_DBG_DWARF_H
|
|
#include "pyLIEF.hpp"
|
|
|
|
namespace LIEF::dwarf::py {
|
|
|
|
namespace dw = LIEF::dwarf;
|
|
|
|
template<class T>
|
|
void create(nb::module_&);
|
|
}
|
|
#endif
|