Calling function files and order of loading
- 
					
					
					
					
 This post is deleted!
 
- 
					
					
					
					
 Thank you robert-hh for the response. It's useful. I was not knowing about this as i run netflix on chrome as i got FreeAccountsOnline. 
 
- 
					
					
					
					
 @daryldixon No, the files are not automatically loaded. You have to load them in boot.py or main.py with statements like 
 import mymodule
 or
 from mymodule import *
 
