wrap/pybind11/pybind11/__init__.py
Go to the documentation of this file.
1 # -*- coding: utf-8 -*-
2 
3 from ._version import version_info, __version__
4 from .commands import get_include, get_cmake_dir
5 
6 
7 __all__ = (
8  "version_info",
9  "__version__",
10  "get_include",
11  "get_cmake_dir",
12 )


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:41:36