cppyabm  1.0.17
An agent-based library to integrate C++ and Python
__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 )