fix(frontend): Export python code as string (#1339)

This commit is contained in:
Ádám Kovács
2023-03-31 11:09:53 +02:00
committed by GitHub
parent f89487cf90
commit f782c0e8de
7 changed files with 90 additions and 74 deletions

View File

@@ -0,0 +1,5 @@
export default `# import wmill
def main(x: str):
return x`