3 lines
106 B
Python
3 lines
106 B
Python
|
|
def run_xic(path: str, debug: bool = False):
|
||
|
|
print(f"run_xic called with path={path}, debug={debug}")
|