reformatted the code

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
This commit is contained in:
Peter Staar 2024-09-18 06:54:30 +02:00
parent 8f1fd366ee
commit 78226ea7a2

View File

@ -1,13 +1,12 @@
class BaseFigureModel:
def __init__(self, config):
self.config = config
class FlorenceFigureModel(BaseFigureModel):
pass
class OneChartFigureModel(BaseFigureModel):
pass