Test: convert_template

This commit is contained in:
Jonas Zeunert
2024-04-27 16:26:38 +02:00
parent 100dc8125b
commit 3ebc8d47f5
6 changed files with 51 additions and 12 deletions

View File

@@ -8,3 +8,7 @@ class Converter:
def convert(self) -> str:
return ""
@staticmethod
def replace_template(params, main, captions, pins) -> str:
return ""