mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-10 01:23:19 +08:00
6 lines
212 B
Python
6 lines
212 B
Python
from artiq.language.core import *
|
|
from artiq.language.db import *
|
|
from artiq.language.units import check_unit
|
|
from artiq.language.units import ps, ns, us, ms, s
|
|
from artiq.language.units import Hz, kHz, MHz, GHz
|