core: make _ConstGenericMarker available to NAC3

nac3
Sebastien Bourdeauducq 2023-12-11 09:31:54 +08:00
parent c618d5daa8
commit 4c189f8c05
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ from numpy import int32, int64
import nac3artiq
from artiq.language.core import *
from artiq.language.core import _ConstGenericMarker # nac3artiq.NAC3 needs to look up this private class
from artiq.language import core as core_language
from artiq.language.units import *
from artiq.language.embedding_map import EmbeddingMap