forked from M-Labs/artiq
6 lines
103 B
Python
6 lines
103 B
Python
from artiq import language
|
|
from artiq.language import *
|
|
|
|
__all__ = []
|
|
__all__.extend(language.__all__)
|