diff options
Diffstat (limited to 'bruiser/wasm/execute.py')
-rw-r--r-- | bruiser/wasm/execute.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bruiser/wasm/execute.py b/bruiser/wasm/execute.py index af8455f..40b9042 100644 --- a/bruiser/wasm/execute.py +++ b/bruiser/wasm/execute.py @@ -1,4 +1,4 @@ -from OpCodes import * +from opcodes import * from utils import Colors, ror, rol import numpy as np import math |