11 #include "intl/gettext/libintl.h"
12 #include "main/module.h"
13 #include "scripting/python/core.h"
14 #include "scripting/python/hooks.h"
17 struct module python_scripting_module
= struct_module(
18 /* name: */ N_("Python"),
20 /* hooks: */ python_scripting_hooks
,
21 /* submodules: */ NULL
,
23 /* init: */ init_python
,
24 /* done: */ cleanup_python