Remove codegen as submodule and just add it in place
This commit is contained in:
6
codegen/utils.py
Normal file
6
codegen/utils.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pathlib import Path
|
||||
|
||||
|
||||
def load_func_body_from_file(filename: Path) -> str:
|
||||
with open(filename, "r") as infile:
|
||||
return infile.read()
|
Reference in New Issue
Block a user