diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-22 08:52:20 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2024-02-22 08:52:20 +0200 |
| commit | 416e896956d3b05793337da6609fe1544797c0a9 (patch) | |
| tree | 9fa0cf3b622d4c9c086e4c08c5011ab12fdd4a77 /atk16_asm/optimizer.py | |
| parent | aefe0cf3874c542669051b2b3cc21c9590aa970b (diff) | |
Add stuff, refactor
Diffstat (limited to 'atk16_asm/optimizer.py')
| -rw-r--r-- | atk16_asm/optimizer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atk16_asm/optimizer.py b/atk16_asm/optimizer.py index 0ee2837..f08bec8 100644 --- a/atk16_asm/optimizer.py +++ b/atk16_asm/optimizer.py @@ -1,4 +1,4 @@ -from tokenizer import tokenize +from .tokenizer import tokenize def format_asm_row(asm: str) -> str: if not (asm.startswith("@") or asm.startswith(";")) and not asm.startswith(" ") and len(asm) > 0: |
