mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-20 00:46:30 +08:00
Sebastien Bourdeauducq
455e4859b7
Original version is very complex and still has a number of problems.
8 lines
155 B
Python
8 lines
155 B
Python
from ._version import get_version
|
|
__version__ = get_version()
|
|
del get_version
|
|
|
|
import os
|
|
__artiq_dir__ = os.path.dirname(os.path.abspath(__file__))
|
|
del os
|