main
def main():Start Snooper unless another instance is already running.
snooper_pkg.config is imported as cf but is not used anywhere in the current notebook.open_last_session_report and run_tray; changing the import would affect executable code and is therefore not included here.if __name__ == "__main__": cell may call main() when executed interactively because notebook kernels commonly set __name__ to "__main__". Confirm that launching the application during a notebook “Run All” is intended.MonitorController transitively imports Windows-only modules such as win32gui. The notebook therefore cannot currently be executed in this non-Windows environment.