Fix: rename enterpreter to interpreter

This commit is contained in:
2025-04-10 14:24:55 +01:00
parent 753f65384b
commit 17fd5f7acf
10 changed files with 59 additions and 17 deletions

View File

@@ -0,0 +1,3 @@
from .__interpreter import Interpreter, opcode
__all__ = ["Interpreter", "opcode"]