Source code for langchain_core.sys_info

"""Print information about the system and langchain packages for debugging purposes."""
from typing import Sequence





if __name__ == "__main__":
    print_sys_info()