Add File
This commit is contained in:
10
backend/apps/template/generate_chart/generator.py
Normal file
10
backend/apps/template/generate_chart/generator.py
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
from apps.template.template import get_base_template
|
||||||
|
|
||||||
|
|
||||||
|
def get_chart_template():
|
||||||
|
template = get_base_template()
|
||||||
|
return template['template']['chart']
|
||||||
|
|
||||||
|
def get_base_terminology_template():
|
||||||
|
template = get_base_template()
|
||||||
|
return template['template']['terminology']
|
||||||
Reference in New Issue
Block a user