> For the complete documentation index, see [llms.txt](https://calnix.gitbook.io/eth-dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://calnix.gitbook.io/eth-dev/archive/brownie-framework/brownie-advanced/helpful_scripts.py.md).

# helpful\_scripts.py

We can store get*accounts() is a seperate file called helpful\_*&#x73;cripts.py and import it in.

* create an empty file, \_\_*init*\_\_.py in the scripts folder.&#x20;
  * this is mark it as containing package modules for import
* create helpful*scripts.py in the same directory and input get*accounts()
* import via:
  * `from scripts.helpful_scripts import get_accounts`
