Files
2125_GCE/xic_executor.py
T

3 lines
106 B
Python
Raw Normal View History

def run_xic(path: str, debug: bool = False):
print(f"run_xic called with path={path}, debug={debug}")