|
Including The AdvaS Module Python provides two different ways for including AdvaS in your Python script. First, you can include the module, completely, by writing # import advas module import advas As an alternative, you can select just the function you need: # import idf from advas module from advas import idf |
|