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

@ -1,7 +1,7 @@
from flask import render_template
from formula10 import app
from formula10.frontend.template_model import TemplateModel
from formula10.domain.template_model import TemplateModel
@app.route("/rules")
def rules_root() -> str: