X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=wizard%2Fconst.py;h=454a76e44d3eb36362b3ca005d95ce00d435fde9;hb=cb1e0e932dd0bd84edb51dafe4377ff4d3545514;hp=79d72ef83c4ad96b1708edd3996fd1f9215c44be;hpb=55b8cf13737c994600b5714766c9086644d66fd8;p=bertos.git diff --git a/wizard/const.py b/wizard/const.py index 79d72ef8..454a76e4 100644 --- a/wizard/const.py +++ b/wizard/const.py @@ -47,4 +47,11 @@ EXTENSION_FILTER = ( ".c++", ".mk", "Makefile", -) \ No newline at end of file +) + +MODULE_DEFINITION = { + "module_name": "module_name", + "module_configuration": "module_configuration", + "module_depends": "module_depends", + "module_harvard": "module_harvard", +} \ No newline at end of file