How to migrate to ANDi 1.0

Add import statements

  • ANDi will no longer implicitly import project objects. The user must add import statements.

  • The following line needs to be added at the starting of each script so that the autocomplete works properly:

from project import *