Skip to content

Commit a5f03f0

Browse files
Update and rename interpreter.py to asmln.py
1 parent 4ac21bb commit a5f03f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter.py renamed to asmln.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,4 +906,4 @@ def run_cli(argv: Optional[List[str]] = None) -> int:
906906
return 1
907907
return 0
908908
if __name__ == "__main__":
909-
raise SystemExit(run_cli())
909+
raise SystemExit(run_cli())

0 commit comments

Comments
 (0)