Importing an Ask Module
You can split up your Ask app into smaller files and then import them into one another. You do this with the extend
keyword.
How To
You can then access the module's functions and other properties with: [module name].[function/property/class/etc.]
Last updated