Multiple Dash apps on single Flask server

Hi,

I would like to make multiple dash apps for separate users on a single server where the base data of the graphs comes from bespoke queries of a database (i.e. one query per user page load). To keep things tidy, I want to separate the apps into different files in the server directory.

How would I go about this?

See the structure in dash.plot.ly/urls