#!/usr/bin/env python3

from ichor.bootstrap import BOOTSTRAP
from ichor.interpreter import Interpreter
import pytest


@pytest.fixture
def vm():
    return Interpreter(BOOTSTRAP)