mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-13 00:05:04 +00:00
7 lines
261 B
Python
7 lines
261 B
Python
from prowler.providers.aws.lib.audit_info.audit_info import current_audit_info
|
|
from prowler.providers.aws.services.resourceexplorer2.resourceexplorer2_service import (
|
|
ResourceExplorer2,
|
|
)
|
|
|
|
resource_explorer_2_client = ResourceExplorer2(current_audit_info)
|