Files
Interpreters/src/interpreter/__init__.py

3 lines
107 B
Python

from .__interpreter import Interpreter, Registers, opcode
__all__ = ["Interpreter", "Registers", "opcode"]