diff options
Diffstat (limited to 'app/toscalib/utils/tosca_heat.py')
-rw-r--r-- | app/toscalib/utils/tosca_heat.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/toscalib/utils/tosca_heat.py b/app/toscalib/utils/tosca_heat.py new file mode 100644 index 0000000..ca5672c --- /dev/null +++ b/app/toscalib/utils/tosca_heat.py @@ -0,0 +1,6 @@ + +def _type_validate(type): + pass + +def _type_translate(type): + pass
\ No newline at end of file |