Split base model from template + points model

This commit is contained in:
2024-02-27 19:42:21 +01:00
parent dc9dc3d092
commit 44549f019d
24 changed files with 196 additions and 132 deletions

View File

@ -0,0 +1,5 @@
from formula10.domain.domain_model import Model
class PointsModel(Model):
def __init__(self):
Model.__init__(self)