Organise hops-server components using flask Blueprints

Hi everyone,

Is it possible to organise a hops-server application using flask Blueprints, to avoid having a very large app.py file and to better organise different functionalities under specific routes (nesting them under parent routes)?

Thanks in advance