Fix: rename enterpreter to interpreter
This commit is contained in:
3
src/interpreter/__init__.py
Normal file
3
src/interpreter/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from .__interpreter import Interpreter, opcode
|
||||
|
||||
__all__ = ["Interpreter", "opcode"]
|
||||
Reference in New Issue
Block a user