PythonInterface

@dynamicMemberLookup
public struct PythonInterface

An interface for Python.

PythonInterface allows interaction with Python. It can be used to import modules and dynamically access Python builtin types and functions.

Note

It is not intended for PythonInterface to be initialized directly. Instead, please use the global instance of PythonInterface called Python.