version.py Source File# Runtime Library: version.py Source File Runtime Library v0.30 Mobilint SDK qb pythonmaccel version.py Go to the documentation of this file. 1 4 5import maccel.maccel as _cMaccel 6 7__all__ = ( 8 "__version__", 9 "__git_version__", 10 "__vendor__", 11 "__product__", 12) 13 14 17 18__version__: str = _cMaccel.version.__version__ 19__git_version__: str = _cMaccel.version.__git_version__ 20__vendor__: str = _cMaccel.version.__vendor__ 21__product__: str = _cMaccel.version.__product__ 22 23 Generated by 1.14.0