E4007 Reference Errors
module-not-imported
module has not been imported
When this occurs
Using module without import
Example error message
error[E4007]:
cannot use 'math': module not imported
How to fix
Add `import @modulename` at the top of your file.