I'm unsure of how/when the models.py files get picked up by flask on start up for a multiple module app. I would like the app to create missing tables on start up but it doesn't seem to do that here.
The repo is here https://github.com/CodeHostedHere/channel_response_bot
The models file that isn't being seen is here https://github.com/CodeHostedHere/channel_response_bot/blob/master/slash_commands/models.py
Database is created here, imported to extensions and imported around the app https://github.com/CodeHostedHere/channel_response_bot/blob/master/database.py