This is xnu-10002.1.13. See this file in:
""" Module to abstract lazy evaluation of lldb.SBTarget
    for kernel
"""
from __future__ import absolute_import

from .caching import LazyTarget

# backward compatibility, this has moved to caching
__all__ = [ LazyTarget.__name__ ]