QuantumATK Forum

QuantumATK => General Questions and Answers => Topic started by: clima on October 14, 2013, 09:43

Title: ATK scripting -Namespace, self-made functions question
Post by: clima on October 14, 2013, 09:43
Dear ATK users,
please advice how to make my own functions in external files and they work after import in the main script - I have the issue with the namespace NanoLanguage and do not know what shall I import in the functions so that they work.

Thanks.
Title: Re: ATK scripting -Namespace, self-made functions question
Post by: Nordland on October 14, 2013, 18:57
If you write "from NanoLanguage import *" in all your scripts it works.