Where should I put files with custom python classes to take care of business logic (and get it out of my controllers)? Do I have to set these up as a module and import them into th controller or will the classes automatically be available to any controller?
Thanks, Ian