# This file is MACHINE GENERATED! Do not edit.
# Generated by: tensorflow/python/tools/api/generator2/generator/generator.py script.
"""Public API for tf._api.v2.sysconfig namespace
"""

import sys as _sys

from tensorflow.python.framework.versions import CXX11_ABI_FLAG # line: 48
from tensorflow.python.framework.versions import CXX_VERSION # line: 54
from tensorflow.python.framework.versions import MONOLITHIC_BUILD # line: 60
from tensorflow.python.platform.sysconfig import get_build_info # line: 122
from tensorflow.python.platform.sysconfig import get_compile_flags # line: 59
from tensorflow.python.platform.sysconfig import get_include # line: 33
from tensorflow.python.platform.sysconfig import get_lib # line: 48
from tensorflow.python.platform.sysconfig import get_link_flags # line: 94

from tensorflow.python.util import module_wrapper as _module_wrapper

if not isinstance(_sys.modules[__name__], _module_wrapper.TFModuleWrapper):
  _sys.modules[__name__] = _module_wrapper.TFModuleWrapper(
      _sys.modules[__name__], "sysconfig", public_apis=None, deprecation=False,
      has_lite=False)
