mqt-bench icon indicating copy to clipboard operation
mqt-bench copied to clipboard

Embedding of Flask in a class structure

Open nquetschlich opened this issue 1 year ago • 0 comments

So far, Flask was implemented on the module level in mqt/benchviewer/main.py. However, to avoid any global variables, it should be embedded in the Server class. Therefore, class-full views should be used.

nquetschlich avatar Mar 01 '23 16:03 nquetschlich