NAM003
NAM003 — wildcard import is forbidden
| Subsystem | Names |
| Severity | error |
Glob imports like import foo.* are not allowed — they make the imported surface implicit. List names explicitly (import foo.{a, b}) or import the namespace and qualify uses.
From your terminal:
q64 explain NAM003