Skip to content

Move flask app class to a new module

I'd like to clean up the gwdatafind_server.__init__ module by moving the Flask subclass (the app) to a new module, probably gwdatafind_server.app. After this the __init__ module would just include the version definition, and the create_app() factory method.