Commit 2fec56a8 authored by Tom Niget's avatar Tom Niget

Fix import

parent ef8a1925
...@@ -66,7 +66,7 @@ def main(): ...@@ -66,7 +66,7 @@ def main():
with open(path, "r", encoding="utf-8") as f: with open(path, "r", encoding="utf-8") as f:
code = f.read() code = f.read()
from transpiler import transpile from transpiler.transpiler import transpile
from transpiler.format import format_code from transpiler.format import format_code
raw_cpp = transpile(code, path.stem, path) raw_cpp = transpile(code, path.stem, path)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment