mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-08 16:03:27 +00:00
fix(frontend): Export python code as string (#1339)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export default `# import wmill
|
||||
|
||||
|
||||
def main(x: str):
|
||||
return x`
|
||||
Reference in New Issue
Block a user