mirror of
https://github.com/prowler-cloud/prowler.git
synced 2025-12-19 05:17:47 +00:00
5 lines
164 B
Python
5 lines
164 B
Python
from providers.aws.lib.audit_info.audit_info import current_audit_info
|
|
from providers.aws.services.elb.elb_service import ELB
|
|
|
|
elb_client = ELB(current_audit_info)
|