Initial commit – AufmaßCreater v2.35
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
from flask import render_template
|
||||
|
||||
class AufmassModul:
|
||||
name = ''
|
||||
titel = ''
|
||||
template = ''
|
||||
|
||||
@classmethod
|
||||
def get_formular_html(cls):
|
||||
return render_template(cls.template)
|
||||
|
||||
@classmethod
|
||||
def berechne(cls, form_data):
|
||||
raise NotImplementedError
|
||||
Reference in New Issue
Block a user