eegprep.LazyImport# class eegprep.LazyImport(module, attr)# Bases: object Reference to an object that should be imported only when used. Parameters: module (str) attr (str) __init__(module, attr)# Parameters: module (str) attr (str) Return type: None Methods __init__(module, attr) load() Import and return the referenced object. Attributes module attr module: str# attr: str# load()# Import and return the referenced object. Return type: Any