import static method
Imports a Python module.
Use this method instead of the constructor.
Implementation
static markers import() => PythonFfiDart.instance.importModule(
"packaging.markers",
markers.from,
);
Imports a Python module.
Use this method instead of the constructor.
static markers import() => PythonFfiDart.instance.importModule(
"packaging.markers",
markers.from,
);