μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
__init__.py
Go to the documentation of this file.
1# -*- coding: utf-8 -*-
2
3from ._version import __version__, version_info
4from .commands import get_cmake_dir, get_include
5
6__all__ = (
7 "version_info",
8 "__version__",
9 "get_include",
10 "get_cmake_dir",
11)