blob: 63ae15f5469737cd52fd4c887354d40c86ee04c6 [file] [log] [blame]
This directory can be home to modules that contain constants that need to be
shared between other modules.
Modules within this directory must not import any other modules, or execute
any interesting code at import time. They may only assign statically defined
constants to variables (or do very basic string concat operations with
constants already defined in the module).