You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alloy allows for module imports to be created with <ImportStatement path="sys" />.
However, the import engine (the one that adds the import according to the module references) can only generate selective imports (e.g. from sys import path).
Alloy allows for module imports to be created with
<ImportStatement path="sys" />.However, the import engine (the one that adds the import according to the module references) can only generate selective imports (e.g.
from sys import path).