This won't be especially hard, but a few things:
init.py is necessary.
We'll need to change how we handle file path constants, since our Python files won't all be in the same place. https://stackoverflow.com/questions/25389095/python-get-path-of-root-project-structure
We'll need to make sure everything is set up to start properly with Flask.
Update stuff, server stuff, and analysis stuff could be three reasonable packages.
This won't be especially hard, but a few things:
init.py is necessary.
We'll need to change how we handle file path constants, since our Python files won't all be in the same place. https://stackoverflow.com/questions/25389095/python-get-path-of-root-project-structure
We'll need to make sure everything is set up to start properly with Flask.
Update stuff, server stuff, and analysis stuff could be three reasonable packages.