mirror of
https://github.com/ghndrx/prowler.git
synced 2026-02-10 14:55:00 +00:00
5 lines
184 B
Python
5 lines
184 B
Python
from providers.azure.lib.audit_info.audit_info import azure_audit_info
|
|
from providers.azure.services.storage.storage_service import Storage
|
|
|
|
storage_client = Storage(azure_audit_info)
|