import static method

sys import()
override

Imports a Python module.

Use this method instead of the constructor.

Implementation

static sys import() => PythonFfiDart.instance.importModule(
      "packaging.sys",
      sys.from,
    );