Multiple Dashboards?

so for these multiple dashboards we don’t need to break up the code say what the person did above ie i mean your tutorial both pages are in the same module script can it be separated into say two module scripts and imported into a third script ?

ie can we design the code the following way:
have page 1 dropdown in one .py script called drop.py
have page 2 radio in a second ,py script called radio.py

have a run script that can run both ie run.py runs both dashboards
this way its cleaner code and not overlapping

i attempted to split the example into two separate .py scripts and call it but I failed to do so hence I am asking the question the idea Vlad posted doesn’t work for me when I attempted to split the urls example posted in the docs