I have a file that I want to include in Python, but the included file is quite long, and it would be much neater to split them into several files, but then I need to use several include statements.
Is there a way to group multiple files and include them at once?
source
share