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