Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit ec3a104

Browse files
committed
feat/aws-auditor: no relative path
1 parent 2d29fe7 commit ec3a104

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# -*- coding: utf-8 -*-
22
"""CPK Python AWS Library - Comprehensive AWS utilities and tools."""
33

4-
from .aws_sso_auditor import AWSSSOAuditor
5-
from .aws_sso_auditor import Config as SSOConfig
6-
from .shared import AWSBaseClient, AWSError, OutputSink
4+
from cpk_lib_python_aws.aws_sso_auditor import AWSSSOAuditor
5+
from cpk_lib_python_aws.aws_sso_auditor import Config as SSOConfig
6+
from cpk_lib_python_aws.shared import AWSBaseClient, AWSError, OutputSink
77

88
__version__ = "1.0.0"
99
__all__ = [

0 commit comments

Comments
 (0)