import_backend#

gwpy.io.gwf.import_backend(library: str, package: str = 'gwpy.io.gwf') ModuleType[source]#

Utility method to import the relevant GWF I/O backend.

This is just a wrapper around importlib.import_module() with a slightly nicer error message.