artiq/artiq/__init__.py

6 lines
103 B
Python

from artiq import language
from artiq.language import *
__all__ = []
__all__.extend(language.__all__)