How can I add my custom .py file to a quickly project? I'm porting my actual, from scratch project and I have two Python scripts: virtuam and vui.py. I copied vui.py to the virtuam folder and tried this:
from virtuam import vui
but not working. So, where can I copy it? And how do I import it?

__init__.pyin yourvirtuamfolder? – mhall119 Jul 5 '12 at 20:05